fix(): package.json use local grunt in postinstall script
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"coveralls": "grunt karma:coveralls && rm -rf ./coverage",
|
||||
"postinstall": "grunt copy:node_modules"
|
||||
"postinstall": "./node_modules/.bin/grunt copy:node_modules"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user