Added npm install -D babel-loader @babel/core @babel/preset-env webpack

This commit is contained in:
anmol 2018-11-06 15:20:18 +05:30
parent 1752d37cbd
commit 7b33bf4f03

View file

@ -154,6 +154,7 @@ MCOMMANDS
# Install package with yarn and restart postgresql
pushd $final_path/live
yarn install --pure-lockfile
npm install -D babel-loader @babel/core @babel/preset-env webpack
systemctl restart postgresql
popd