diff --git a/scripts/install b/scripts/install index d342534..4040591 100644 --- a/scripts/install +++ b/scripts/install @@ -113,11 +113,11 @@ chmod -R 700 $install_dir/backend ynh_script_progression --message="Building exporter..." --weight=5 pushd $install_dir/build/exporter - ynh_exec_warn_less ynh_exec_as "$app" env $ynh_node_load_PATH corepack prepare --activate +ynh_exec_warn_less ynh_exec_as "$app" env $ynh_node_load_PATH corepack prepare --activate ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --immutable ynh_secure_remove --file="target" ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH JAVA_HOME=$JAVA_HOME NODE_ENV=production clojure -M:dev:shadow-cljs release main - ynh_secure_remove --file="target/app" + #ynh_secure_remove --file="target/app" cp ../.yarnrc.yml target/ cp yarn.lock target/ cp package.json target/ @@ -142,7 +142,7 @@ ynh_script_progression --message="Cleaning up..." --weight=1 ynh_secure_remove --file=$install_dir/.npm ynh_secure_remove --file=$install_dir/.yarn -ynh_secure_remove --file=$install_dir/build +#ynh_secure_remove --file=$install_dir/build ynh_secure_remove --file=$install_dir/.m2 ynh_secure_remove --file=$install_dir/.clojure ynh_secure_remove --file=$install_dir/clojure