Przeglądaj źródła

build: run webpack on postinstall

The net effect is the same, with the bonus that it avoids problems when running
yarn.
dev1
Saúl Ibarra Corretgé 8 lat temu
rodzic
commit
b7eaa05ead
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      package.json

+ 1
- 1
package.json Wyświetl plik

@@ -49,8 +49,8 @@
49 49
     "webpack": "1.14.0"
50 50
   },
51 51
   "scripts": {
52
-    "install": "webpack -p",
53 52
     "lint": "jshint . && eslint . && flow",
53
+    "postinstall": "webpack -p",
54 54
     "test": "karma start karma.conf.js",
55 55
     "validate": "npm ls"
56 56
   },

Ładowanie…
Anuluj
Zapisz