diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2024-06-14 12:00:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 12:00:17 -0600 |
| commit | c2274bc06d67462253f73aa2d90f668b5b09c80d (patch) | |
| tree | 877bd793829a4e1ce38def78daf1aadca26791f9 | |
| parent | b8d167648382840944160175f195d45af098015c (diff) | |
fix installing dependencies
| -rwxr-xr-x | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 116cb49..946f527 100755 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,7 @@ ynh_script_progression --message="Installing $app..." --weight=1 pushd $install_dir/apps/web/ ynh_use_nodejs - #env $ynh_node_load_PATH yarn install + env $ynh_node_load_PATH yarn env $ynh_node_load_PATH yarn build popd |
