Use portable sub-directory install npm command

pull/3638/head
Thibaud Colas 2017-06-07 15:56:51 +03:00
rodzic d2a62f7277
commit f75fa0a880
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@
"whatwg-fetch": "^2.0.2"
},
"scripts": {
"postinstall": "cd ./client; npm install; cd ..",
"postinstall": "npm --prefix client install",
"build": "gulp build; webpack --config ./client/webpack/prod.config.js",
"watch": "webpack --config ./client/webpack/dev.config.js & gulp watch",
"start": "npm run watch",