Add NPM Script 'build'

This commit is contained in:
TheBrokenRail 2016-10-04 20:25:06 -04:00 committed by GitHub
parent 5871672551
commit cb4a75928e

View file

@ -12,7 +12,8 @@
"main": "./dist.js",
"scripts": {
"prepublish": "./node_modules/.bin/webpack --bail",
"start": "make serve",
"start": "webpack-dev-server",
"start": "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)'\""
},