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.
1 parent ad71e7b commit de7568cCopy full SHA for de7568c
package.json
@@ -22,7 +22,8 @@
22
"types:check": "tsc --noEmit --skipLibCheck",
23
"monorepo:check": "manypkg check",
24
"monorepo:fix": "manypkg fix && preconstruct fix",
25
- "start:codemods": "node packages/cli/bin/codeshift-cli.js",
+ "cli:start": "node packages/cli/bin/codeshift-cli.js",
26
+ "cli:validate": "node packages/cli/bin/codeshift-cli.js validate",
27
"init:codemods": "ts-node scripts/initialize.ts",
28
"validate:codemods": "ts-node scripts/validate.ts ./community",
29
"release:codemods": "ts-node scripts/publish.ts ./community .tmp",
@@ -79,4 +80,4 @@
79
80
"engines": {
81
"node": ">=14"
82
}
-}
83
+}
0 commit comments