diff --git a/scripts/install b/scripts/install index 5af05d8..9f6c334 100644 --- a/scripts/install +++ b/scripts/install @@ -70,10 +70,6 @@ ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no mix local.hex --for ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just config-basic" #ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just mix bonfire.deps .update" -# TODO Debug -ynh_exec_warn echo 'Debug install dir ENV file' -ynh_exec_warn cat $install_dir/.env - #================================================= # Building the release #================================================= @@ -85,9 +81,6 @@ ynh_replace_string --match_string="npm install --global" --replace_string="npm i ynh_exec_warn ynh_exec_as $app $ynh_node_load_PATH -s $SHELL -lc "WITH_DOCKER=no just rel-build" #ynh_exec_warn just rel-build # node needs (root) access to /usr/local/lib/node_modules -ynh_exec_warn ls -a -ynh_exec_warn ls _build - #================================================= # Run the release #=================================================