File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 71
71
"lint" : " eslint --max-warnings 0 --ext js . && eslint --max-warnings 0 --ext ts ." ,
72
72
"build" : " node scripts/build" ,
73
73
"watch" : " node scripts/build --watch" ,
74
- "coverage" : " ASC_FEATURES=\" *\" c8 npm run test" ,
75
- "test" : " npm run test:parser && npm run test:compiler && npm run test:browser && npm run test:asconfig && npm run test:transform" ,
74
+ "coverage" : " ASC_FEATURES=\" *\" c8 npm run test:coverage" ,
75
+ "test" : " npm run test:parser && npm run test:compiler -- --parallel && npm run test:browser && npm run test:asconfig && npm run test:transform" ,
76
+ "test:coverage" : " npm run test:parser && npm run test:compiler && npm run test:browser && npm run test:asconfig && npm run test:transform" ,
76
77
"test:parser" : " node --enable-source-maps tests/parser" ,
77
78
"test:compiler" : " node --enable-source-maps --experimental-wasi-unstable-preview1 --no-warnings tests/compiler" ,
78
79
"test:browser" : " node --enable-source-maps tests/browser" ,
You can’t perform that action at this time.
0 commit comments