Преглед изворни кода

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

Remove unnecessary PATH
Sotaro KARASAWA пре 11 година
родитељ
комит
8410cac220
1 измењених фајлова са 2 додато и 2 уклоњено
  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"