mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
fix install steps
This commit is contained in:
parent
f7633b9982
commit
ee15909a1c
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ pushd $final_path
|
|||
sudo -u $app env PATH=$PATH yarn cache clean
|
||||
sudo -u $app env PATH=$PATH yarn --frozen-lockfile --non-interactive
|
||||
sudo -u $app env PATH=$PATH yarn build
|
||||
sudo -u $app env PATH=$PATH ynh_secure_remove $final_path/node_modules
|
||||
sudo -u $app ynh_secure_remove $final_path/node_modules
|
||||
sudo -u $app env PATH=$PATH yarn --production --frozen-lockfile --non-interactive
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue