Skip to content

Commit

Permalink
Load path for corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
tituspijean committed Apr 14, 2024
1 parent 791f479 commit f2d7c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ynh_script_progression --message="Building Yarn dependencies..."

pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less corepack enable
ynh_exec_warn_less env $ynh_node_load_PATH corepack enable
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn config set network-timeout 300000
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production --pure-lockfile
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean
Expand Down

0 comments on commit f2d7c29

Please sign in to comment.