File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
"types:check" : " tsc --noEmit --skipLibCheck" ,
23
23
"monorepo:check" : " manypkg check" ,
24
24
"monorepo:fix" : " manypkg fix && preconstruct fix" ,
25
- "cli:start" : " node packages/cli/bin/codeshift-cli.js" ,
26
- "cli:validate" : " node packages/cli/bin/codeshift-cli.js validate" ,
27
- "cli:init" : " node packages/cli/bin/codeshift-cli.js init" ,
28
- "cli:list" : " node packages/cli/bin/codeshift-cli.js list" ,
25
+ "cli:start" : " ts- node packages/cli/bin/codeshift-cli.js" ,
26
+ "cli:validate" : " ts- node packages/cli/bin/codeshift-cli.js validate" ,
27
+ "cli:init" : " ts- node packages/cli/bin/codeshift-cli.js init" ,
28
+ "cli:list" : " ts- node packages/cli/bin/codeshift-cli.js list" ,
29
29
"community:init" : " ts-node scripts/initialize.ts" ,
30
30
"community:validate" : " ts-node scripts/validate.ts ./community" ,
31
31
"community:release" : " ts-node scripts/publish.ts ./community .tmp" ,
You can’t perform that action at this time.
0 commit comments