File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1111 "test" : " jest --onlyChanged" ,
1212 "test-unit" : " jest ." ,
1313 "test-unit-ci" : " jest . --ci" ,
14- "test-unit-changed" : " npm test" ,
15- "test-style" : " ts-standard ." ,
16- "test-node-workflow" : " concurrently \" npm run test-style\" \" npm run test-unit-ci\" " ,
17- "test-all" : " concurrently \" npm run test-style\" \" npm run test-unit\" " ,
14+ "test-node-workflow" : " concurrently \" npm run lint\" \" npm run test-unit-ci\" " ,
15+ "test-all" : " concurrently \" npm run lint\" \" npm run test-unit\" " ,
1816 "test-coverage" : " jest . --coverage" ,
19- "fix-style" : " ts-standard . --fix" ,
20- "pre-push" : " concurrently \" npm run fix-style\" \" npm run test-unit\" " ,
17+ "lint" : " ts-standard ." ,
18+ "lint-fix" : " ts-standard . --fix" ,
19+ "pre-push" : " concurrently \" npm run lint\" \" npm run test-unit\" " ,
2120 "prepare" : " husky install"
2221 },
2322 "repository" : {
You can’t perform that action at this time.
0 commit comments