File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 "test-local" : " npm run prepare-database && egg-bin test --full-trace" ,
4646 "t" : " npm run lint:fix && npm run prepare-database && egg-bin test --changed --full-trace" ,
4747 "cov" : " npm run prepare-database && egg-bin cov --full-trace" ,
48- "ci" : " npm run lint && npm run cov" ,
48+ "ci" : " npm run lint && npm run cov && npm run tsc:prod " ,
4949 "clean" : " tsc -b --clean && rm -rf dist" ,
50- "tsc" : " npm run clean && ets && tsc -p ./tsconfig.json" ,
51- "tsc:prod" : " rm -rf dist && ets && tsc -p ./tsconfig.prod.json" ,
50+ "tsc" : " npm run clean && tsc -p ./tsconfig.json" ,
51+ "tsc:prod" : " npm run clean && tsc -p ./tsconfig.prod.json" ,
5252 "prepublishOnly" : " npm run tsc:prod" ,
5353 "start" : " eggctl start --daemon" ,
5454 "stop" : " eggctl stop"
You can’t perform that action at this time.
0 commit comments