Skip to content

Commit de7568c

Browse files
committed
Added new CLI commands
1 parent ad71e7b commit de7568c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"types:check": "tsc --noEmit --skipLibCheck",
2323
"monorepo:check": "manypkg check",
2424
"monorepo:fix": "manypkg fix && preconstruct fix",
25-
"start:codemods": "node packages/cli/bin/codeshift-cli.js",
25+
"cli:start": "node packages/cli/bin/codeshift-cli.js",
26+
"cli:validate": "node packages/cli/bin/codeshift-cli.js validate",
2627
"init:codemods": "ts-node scripts/initialize.ts",
2728
"validate:codemods": "ts-node scripts/validate.ts ./community",
2829
"release:codemods": "ts-node scripts/publish.ts ./community .tmp",
@@ -79,4 +80,4 @@
7980
"engines": {
8081
"node": ">=14"
8182
}
82-
}
83+
}

0 commit comments

Comments
 (0)