Skip to content

Commit f5acd0c

Browse files
committed
Merge branch 'dev'
2 parents d817ece + e1447f2 commit f5acd0c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ install:
1212
script:
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
1819
addons:
1920
chrome: stable

template/framework-base/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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",

test/snapshots/index.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

test/snapshots/index.test.js.snap

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)