1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

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