build: Build js files with webpack

This commit is contained in:
Cole Bemis
2017-07-03 15:06:40 -07:00
committed by Cole Bemis
parent 71f502fc95
commit ef3e69b327
3 changed files with 41 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"dist"
],
"scripts": {
"build": "make build",
"commitmsg": "validate-commit-msg",
"cm": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"