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 9
9
- ' 7'
10
10
- ' 6'
11
11
install :
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
13
15
after_success :
14
16
- npm run codecov
15
17
- npm-run travis-deploy-once "npm run semantic-release"
Original file line number Diff line number Diff line change 17
17
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
18
18
"precommit" : " npm run lint && flow" ,
19
19
"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" ,
21
21
"open:coverage" : " open coverage/lcov-report/index.html" ,
22
22
"semantic-release" : " semantic-release" ,
23
23
"travis-deploy-once" : " travis-deploy-once"
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ environment:
9
9
' CI ' : ' true'
10
10
11
11
hooks :
12
- pre_setup : yarn install --ignore-engines --check-files --frozen-lockfile --ignore-scripts
12
+ pre_setup : yarn install --ignore-engines --check-files --frozen-lockfile
13
13
post_build : npm run codecov && npm run semantic-release
14
14
15
15
tests :
16
- - yarn run prepublish
16
+ - yarn run prepublishOnly
17
17
18
18
cache :
19
19
key_paths :
You can’t perform that action at this time.
0 commit comments