1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

debug justfile content

This commit is contained in:
lapineige 2024-01-21 09:39:09 +01:00 committed by GitHub
parent 30b41cba8a
commit adc4310aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,7 @@ export TERMINFO=/etc/terminfo
ynh_replace_string --match_string="npm install --global" --replace_string="npm install" --target_file="$install_dir/justfile" ynh_replace_string --match_string="npm install --global" --replace_string="npm install" --target_file="$install_dir/justfile"
#ynh_replace_string --match_string="npx" --replace_string="$ynh_npm exec --" --target_file="$install_dir/justfile" #ynh_replace_string --match_string="npx" --replace_string="$ynh_npm exec --" --target_file="$install_dir/justfile"
#ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "$ynh_node_load_PATH cat $install_dir/justfile" #ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "$ynh_node_load_PATH cat $install_dir/justfile"
ynh_exec_warn sed -n 595,610p $install_dir/justfile
ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no $ynh_node_load_PATH just rel-build" ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no $ynh_node_load_PATH just rel-build"
#ynh_exec_warn_less just rel-build # node needs (root) access to /usr/local/lib/node_modules #ynh_exec_warn_less just rel-build # node needs (root) access to /usr/local/lib/node_modules