Use the local bower instead of the global one.

This change updates package.json's postinstall command to use the
locally installed bower, rather than the global bower which might
not exist or might not be in the current user's PATH.
This commit is contained in:
AlexCline 2016-01-20 17:07:09 -05:00 committed by AlexClineBB
parent 27d977b2fa
commit f610e39418
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install --allow-root --config.interactive=false",
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
"pretest": "npm install && npm run build_static",
"build_static": "gulp build",
"prelint": "npm install",