Przeglądaj źródła

fix package.json

Sotaro KARASAWA 11 lat temu
rodzic
commit
cef107337b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -53,7 +53,7 @@
   ],
   "scripts": {
     "start": "node app.js",
-    "postinstall": "bower install && grunt build"
+    "postinstall": "bower cache clean && bower install && grunt"
   },
   "env": {
     "NODE_ENV": "production"