Skip to content

Commit fb764c8

Browse files
committed
chore(build): Add npm install and build to travis
1 parent a1741a4 commit fb764c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_js:
88
- '9'
99
- '8'
1010
after_success:
11+
- npm install
12+
- npm run build
1113
- npm run travis-deploy-once "npm run semantic-release"
1214
branches:
1315
except:

0 commit comments

Comments
 (0)