Przeglądaj źródła

tech(build): makes npm paths absolute

bergquist 9 lat temu
rodzic
commit
9b57005540
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      package.json

+ 2 - 3
package.json

@@ -59,9 +59,8 @@
     "npm": "2.14.x"
   },
   "scripts": {
-    "build": "grunt",
-    "test": "grunt test",
-    "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
+    "build": "./node_modules/grunt-cli/bin/grunt",
+    "test": "./node_modules/grunt-cli/bin/grunt test"
   },
   "license": "Apache-2.0",
   "dependencies": {