diff options
| author | Thomas <51749973+Thovi98@users.noreply.github.com> | 2025-08-21 14:08:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 14:08:33 +0200 |
| commit | 2184a24d68831b7789357549db30d00423c5e510 (patch) | |
| tree | 763bd59806c9465e5a7e974e0c3d9beb64c2cbf4 | |
| parent | b8c794784bc1e07404cb9854499e4daa415e42d0 (diff) | |
| download | mastodon_ynh-2184a24d68831b7789357549db30d00423c5e510.tar.gz mastodon_ynh-2184a24d68831b7789357549db30d00423c5e510.tar.bz2 mastodon_ynh-2184a24d68831b7789357549db30d00423c5e510.zip | |
remove node_load_PATH
| -rw-r--r-- | scripts/install | 10 | ||||
| -rw-r--r-- | scripts/upgrade | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/scripts/install b/scripts/install index 6608646..a8ede41 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index d9fa23f..d44d200 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 |
