mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-11 17:37:18 -04:00
Remove default command (#21357)
fix conflict with not existing commands
This commit is contained in:
@@ -55,8 +55,8 @@ export const registerDevCommands = (program: Command): void => {
|
||||
};
|
||||
|
||||
program
|
||||
.command('dev [appPath]', { isDefault: true })
|
||||
.description('Build and sync local changes (default command)')
|
||||
.command('dev [appPath]')
|
||||
.description('Build and sync local changes')
|
||||
.option(
|
||||
'-o, --once',
|
||||
'Build and sync once, then exit (useful for CI, scripts, and pre-commit hooks)',
|
||||
|
||||
Reference in New Issue
Block a user