mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
add hoek dependencies
This commit is contained in:
parent
fc8e667ebc
commit
a1272c8cf7
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ mkdir -p "$final_path/distbin-db"
|
||||||
chown -R "$app":"$app" "$final_path"
|
chown -R "$app":"$app" "$final_path"
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
|
sudo -u $app env PATH=$PATH npm add hoek@^4.2.1 --save
|
||||||
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
sudo -u $app env PATH=$PATH npm install --ignore-scripts
|
||||||
sudo -u $app env PATH=$PATH npm run build
|
sudo -u $app env PATH=$PATH npm run build
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue