Added build step to postinstall (correctly

This commit is contained in:
Blade Barringer 2015-02-10 08:24:41 -06:00
parent 557ccc7ec0
commit fcb7f717fc

View file

@ -71,7 +71,7 @@
"scripts": {
"test": "./test/run_tests.sh",
"start": "grunt run:dev",
"postinstall": "grunt build:prod; ./node_modules/bower/bin/bower --config.interactive=false install -f",
"postinstall": "./node_modules/.bin/grunt build:prod; ./node_modules/bower/bin/bower --config.interactive=false install -f",
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
},
"devDependencies": {