Merge pull request #227 from AlexCline/fix_postinstall_for_224

Use the local bower instead of the global one.
This commit is contained in:
kevgliss 2016-01-20 16:35:00 -08:00
commit 467c276fca
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",