remove node_load_PATH

This commit is contained in:
Thomas 2025-08-21 14:08:33 +02:00 committed by GitHub
parent b8c794784b
commit 2184a24d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -82,12 +82,12 @@ pushd "$install_dir/live"
gem update --system
gem install bundler --no-document
ynh_exec_as_app $ld_preload bin/bundle config deployment 'true'
ynh_exec_as_app $ld_preload bin/bundle config without 'development test'
ynh_exec_as_app $ld_preload bin/bundle config set force_ruby_platform true --quiet
ynh_exec_as_app $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config deployment 'true'
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config without 'development test'
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config set force_ruby_platform true --quiet
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
env node_load_PATH corepack enable
env corepack enable
echo Y | ynh_hide_warnings ynh_exec_as_app yarn workspaces focus --production
ynh_hide_warnings ynh_exec_as_app yarn install --immutable
echo "SAFETY_ASSURED=1">> $config

View file

@ -101,12 +101,12 @@ pushd "$install_dir/live"
gem update --system
gem install bundler --no-document
ynh_exec_as_app $ld_preload bin/bundle config deployment 'true'
ynh_exec_as_app $ld_preload bin/bundle config without 'development test'
ynh_exec_as_app $ld_preload bin/bundle config set force_ruby_platform true --quiet
ynh_exec_as_app $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config deployment 'true'
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config without 'development test'
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle config set force_ruby_platform true --quiet
ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
env node_load_PATH corepack enable
env corepack enable
echo Y | ynh_hide_warnings ynh_exec_as_app yarn workspaces focus --production
ynh_hide_warnings ynh_exec_as_app yarn install --immutable
popd