Răsfoiți Sursa

Use .bin file on postinstall

Sotaro KARASAWA 11 ani în urmă
părinte
comite
a74957bed6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package.json

+ 1 - 1
package.json

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