mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix install
This commit is contained in:
parent
1e70aa1c35
commit
388bbfe735
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ pushd $final_path
|
|||
ynh_use_nodejs
|
||||
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
||||
sudo -u $app env PATH=$PATH npm run build
|
||||
cp package* dist/
|
||||
popd
|
||||
|
||||
pushd $final_path/dist
|
||||
|
|
Loading…
Add table
Reference in a new issue