Commit 9b570055 by bergquist

tech(build): makes npm paths absolute

parent 3d5efd33
...@@ -59,9 +59,8 @@ ...@@ -59,9 +59,8 @@
"npm": "2.14.x" "npm": "2.14.x"
}, },
"scripts": { "scripts": {
"build": "grunt", "build": "./node_modules/grunt-cli/bin/grunt",
"test": "grunt test", "test": "./node_modules/grunt-cli/bin/grunt test"
"coveralls": "grunt karma:coveralls && rm -rf ./coverage"
}, },
"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