mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
build as root
This commit is contained in:
parent
d6d4548cac
commit
2974d0ec68
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ ynh_exec_warn cat .env
|
||||||
# Building the release
|
# Building the release
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building Bonfire release..." --weight=1
|
ynh_script_progression --message="Building Bonfire release..." --weight=1
|
||||||
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just rel-build"
|
ynh_exec_warn just rel-build # node needs (root) access to /usr/local/lib/node_modules
|
||||||
|
|
||||||
ynh_exec_warn ls _build
|
ynh_exec_warn ls _build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue