Runs platform agnostic postinstall. Closes #1078
Global node binary is used to execute bower. Global grunt binary (from grunt-cli) is used to run `dev` task.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node_modules/.bin/bower install"
|
||||
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user