File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99 - ' 7'
1010 - ' 6'
1111install :
12- - yarn install --ignore-engines --check-files --frozen-lockfile --ignore-scripts
12+ - yarn install --ignore-engines --check-files --frozen-lockfile
13+ script :
14+ - yarn run prepublishOnly
1315after_success :
1416 - npm run codecov
1517 - npm-run travis-deploy-once "npm run semantic-release"
Original file line number Diff line number Diff line change 1717 "commitmsg" : " commitlint -e $GIT_PARAMS" ,
1818 "precommit" : " npm run lint && flow" ,
1919 "prepush" : " npm test" ,
20- "prepublish " : " npm run lint && flow && npm test && npm run build" ,
20+ "prepublishOnly " : " npm run lint && flow && npm test && npm run build" ,
2121 "open:coverage" : " open coverage/lcov-report/index.html" ,
2222 "semantic-release" : " semantic-release" ,
2323 "travis-deploy-once" : " travis-deploy-once"
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ environment:
99 ' CI ' : ' true'
1010
1111hooks :
12- pre_setup : yarn install --ignore-engines --check-files --frozen-lockfile --ignore-scripts
12+ pre_setup : yarn install --ignore-engines --check-files --frozen-lockfile
1313 post_build : npm run codecov && npm run semantic-release
1414
1515tests :
16- - yarn run prepublish
16+ - yarn run prepublishOnly
1717
1818cache :
1919 key_paths :
You can’t perform that action at this time.
0 commit comments