File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 "types:check" : " tsc --noEmit --skipLibCheck" ,
2323 "monorepo:check" : " manypkg check" ,
2424 "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" ,
2929 "community:init" : " ts-node scripts/initialize.ts" ,
3030 "community:validate" : " ts-node scripts/validate.ts ./community" ,
3131 "community:release" : " ts-node scripts/publish.ts ./community .tmp" ,
You can’t perform that action at this time.
0 commit comments