Skip to content

Commit ace1666

Browse files
committed
ci: run webpack build in CI
Fixes #9
1 parent 578364d commit ace1666

File tree

2 files changed

+1018
-277
lines changed

2 files changed

+1018
-277
lines changed

Diff for: .travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js: "10"
3+
4+
script:
5+
- ./node_modules/.bin/webpack

0 commit comments

Comments
 (0)