Norio Suzuki 11 лет назад
Родитель
Сommit
c15fc218d1
1 измененных файлов с 2 добавлено и 2 удалено
  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"