Skip to content

Commit

Permalink
Remove assets:build old aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jul 3, 2024
1 parent ca32f5b commit 3a783fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/Bakery/AssetsBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ protected function configure(): void
->setDescription('Build the assets using npm and Webpack Encore or Vite')
->addOption('production', 'p', InputOption::VALUE_NONE, 'Create a production build')
->addOption('watch', 'w', InputOption::VALUE_NONE, 'Watch for changes and recompile automatically (Webpack only)')
->setHelp("This command combine the following commands : <comment>{$list}</comment>. For more info, see <comment>https://learn.userfrosting.com/asset-management</comment>.")
->setAliases(['build-assets', 'webpack']);
->setHelp("This command combine the following commands : <comment>{$list}</comment>. For more info, see <comment>https://learn.userfrosting.com/asset-management</comment>.");
}

/**
Expand Down

0 comments on commit 3a783fd

Please sign in to comment.