Commit 714129c8 by Torkel Ödegaard

fix(): package.json use local grunt in postinstall script

parent a167eb4f
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt test",
"coveralls": "grunt karma:coveralls && rm -rf ./coverage", "coveralls": "grunt karma:coveralls && rm -rf ./coverage",
"postinstall": "grunt copy:node_modules" "postinstall": "./node_modules/.bin/grunt copy:node_modules"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment