Explorar o código

Merge pull request #18 from crowi/feature/remove-unnecessary-path

Remove unnecessary PATH
Sotaro KARASAWA %!s(int64=11) %!d(string=hai) anos
pai
achega
8410cac220
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -78,8 +78,8 @@
   ],
   "scripts": {
     "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": {
     "NODE_ENV": "production"