add watch command

This commit is contained in:
Eric Rosenbaum 2016-10-18 12:50:22 -04:00
parent 6d9f889aa7
commit f3f2fea3dd

View file

@ -15,6 +15,7 @@
"start": "webpack-dev-server",
"build": "webpack --colors --progress",
"test": "make test",
"watch": "webpack --colors --progress --watch",
"version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
},
"devDependencies": {