replace pushd with cd

pull/2220/merge
Josh Barr 2016-03-07 20:23:15 +13:00 zatwierdzone przez Matt Westcott
rodzic 660278d417
commit cf23387843
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,7 @@
"whatwg-fetch": "^0.11.0"
},
"scripts": {
"install": "pushd ./client; npm install; popd",
"postinstall": "cd ./client; npm install; cd ..",
"build": "gulp build; webpack --progress --colors --config webpack.prd.config.js",
"watch": "webpack --progress --colors --config webpack.dev.config.js & gulp watch",
"start": "npm run watch",