Skip to content

Commit

Permalink
cli: rename package-role migration command to package-roles
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Feb 14, 2022
1 parent 8f82d80 commit 6a52a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function registerMigrateCommand(program: CommanderStatic) {
.description('Migration utilities [EXPERIMENTAL]');

command
.command('package-role')
.command('package-roles')
.description(`Add package role field to packages that don't have it`)
.action(lazy(() => import('./migrate/packageRole').then(m => m.default)));

Expand Down

0 comments on commit 6a52a93

Please sign in to comment.