Merge pull request from TheBrokenRail/patch-13

Add NPM Script 'build'
This commit is contained in:
Ray Schamp 2016-10-13 09:35:29 -04:00 committed by GitHub
commit b5f6a8d22f

View file

@ -12,7 +12,8 @@
"main": "./dist.js",
"scripts": {
"prepublish": "./node_modules/.bin/webpack --bail",
"start": "make serve",
"start": "webpack-dev-server",
"build": "webpack --colors --progress",
"test": "make test",
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
},