File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ install:
1212script :
1313 - yarn test
1414 - yarn generate
15+ - yarn build
1516 # https://stackoverflow.com/questions/37544306/travis-different-script-for-different-branch
16- - test "$TRAVIS_BRANCH" = "dev" && yarn build && ./lhci.sh || echo skip
17+ - test "$TRAVIS_BRANCH" = "dev" && ./lhci.sh || echo skip
1718 - test "$TRAVIS_BRANCH" = "master" && yarn zip || echo skip
1819addons :
1920 chrome : stable
Original file line number Diff line number Diff line change 4444 },
4545 "devDependencies" : {
4646 "@babel/core" : " 7.8.3" ,
47- "@babel/preset-env" : " 7.8.3 " ,
47+ "@babel/preset-env" : " 7.8.7 " ,
4848 "@babel/plugin-proposal-optional-chaining" : " 7.8.3" ,
4949 "@babel/plugin-proposal-nullish-coalescing-operator" : " 7.8.3" ,
5050 "@commitlint/cli" : " 8.2.0" ,
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Generated by [AVA](https://ava.li).
119119 '@babel/core': '7.8.3',
120120 '@babel/plugin-proposal-nullish-coalescing-operator': '7.8.3',
121121 '@babel/plugin-proposal-optional-chaining': '7.8.3',
122- '@babel/preset-env': '7.8.3 ',
122+ '@babel/preset-env': '7.8.7 ',
123123 '@commitlint/cli': '8.2.0',
124124 '@commitlint/config-conventional': '8.2.0',
125125 'babel-eslint': '8.2.6',
@@ -294,7 +294,7 @@ Generated by [AVA](https://ava.li).
294294 '@babel/core': '7.8.3',
295295 '@babel/plugin-proposal-nullish-coalescing-operator': '7.8.3',
296296 '@babel/plugin-proposal-optional-chaining': '7.8.3',
297- '@babel/preset-env': '7.8.3 ',
297+ '@babel/preset-env': '7.8.7 ',
298298 '@commitlint/cli': '8.2.0',
299299 '@commitlint/config-conventional': '8.2.0',
300300 'babel-eslint': '8.2.6',
You can’t perform that action at this time.
0 commit comments