We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
migrate.command
1 parent 87b8c97 commit 45f12ccCopy full SHA for 45f12cc
src/commands/migrate/migrate.command.ts
@@ -25,7 +25,7 @@ export interface MigrateCommandOptions {
25
26
@Command({
27
name: 'migrate',
28
- description: 'Migrate package.json commands to a standardized format.'
+ description: 'Migrate from package.json scripts to a standardized format.'
29
})
30
export class MigrateCommand extends CommandRunner {
31
constructor(
0 commit comments