File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ before_script: npx greenkeeper-lockfile-update
2828
2929script :
3030- npm run lint:ci
31- - npm run test:ci
31+ - npm run test:coverage
3232- npm run build
3333- npm run build:docs
3434
Original file line number Diff line number Diff line change 3535 "deploy-docs" : " ts-node tools/gh-pages-publish" ,
3636 "lint" : " tslint --project tsconfig.json -t codeFrame --fix" ,
3737 "lint:ci" : " tslint --project tsconfig.json -t codeFrame" ,
38- "prepush" : " npm run test:prod && npm run build" ,
38+ "prepush" : " npm run test:coverage && npm run build" ,
3939 "report-coverage" : " cat ./coverage/lcov.info | coveralls" ,
4040 "semantic-release-prepare" : " ts-node tools/semantic-release-prepare" ,
4141 "test" : " jest" ,
42- "test:ci " : " npm run test -- --coverage --no-cache" ,
42+ "test:coverage " : " npm run test -- --coverage --no-cache" ,
4343 "test:watch" : " jest --watch" ,
4444 "prettier" : " prettier --write --config ./.prettierrc.yml '{src,test}/**/*.ts'"
4545 },
You can’t perform that action at this time.
0 commit comments