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:
parent
1752d37cbd
commit
7b33bf4f03
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue