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
28
28
29
29
script :
30
30
- npm run lint:ci
31
- - npm run test:ci
31
+ - npm run test:coverage
32
32
- npm run build
33
33
- npm run build:docs
34
34
Original file line number Diff line number Diff line change 35
35
"deploy-docs" : " ts-node tools/gh-pages-publish" ,
36
36
"lint" : " tslint --project tsconfig.json -t codeFrame --fix" ,
37
37
"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" ,
39
39
"report-coverage" : " cat ./coverage/lcov.info | coveralls" ,
40
40
"semantic-release-prepare" : " ts-node tools/semantic-release-prepare" ,
41
41
"test" : " jest" ,
42
- "test:ci " : " npm run test -- --coverage --no-cache" ,
42
+ "test:coverage " : " npm run test -- --coverage --no-cache" ,
43
43
"test:watch" : " jest --watch" ,
44
44
"prettier" : " prettier --write --config ./.prettierrc.yml '{src,test}/**/*.ts'"
45
45
},
You can’t perform that action at this time.
0 commit comments