Sfoglia il codice sorgente

Remove unnecessary PATH

Norio Suzuki 11 anni fa
parent
commit
c15fc218d1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -78,8 +78,8 @@
   ],
   ],
   "scripts": {
   "scripts": {
     "start": "node app.js",
     "start": "node app.js",
-    "test": "./node_modules/.bin/grunt test",
-    "postinstall": "./node_modules/.bin/bower cache clean && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt"
+    "test": "grunt test",
+    "postinstall": "bower cache clean && bower install && grunt"
   },
   },
   "env": {
   "env": {
     "NODE_ENV": "production"
     "NODE_ENV": "production"