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:
parent
27d977b2fa
commit
f610e39418
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue