Merge pull request #227 from AlexCline/fix_postinstall_for_224
Use the local bower instead of the global one.
This commit is contained in:
commit
467c276fca
|
@ -57,7 +57,7 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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",
|
"pretest": "npm install && npm run build_static",
|
||||||
"build_static": "gulp build",
|
"build_static": "gulp build",
|
||||||
"prelint": "npm install",
|
"prelint": "npm install",
|
||||||
|
|
Loading…
Reference in New Issue