Skip to content

Commit

Permalink
Merge pull request #227 from AlexCline/fix_postinstall_for_224
Browse files Browse the repository at this point in the history
Use the local bower instead of the global one.
  • Loading branch information
kevgliss committed Jan 21, 2016
2 parents 27d977b + f610e39 commit 467c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 467c276

Please sign in to comment.