diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 23:13:01 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 23:13:01 +0200 |
commit | b8d167648382840944160175f195d45af098015c (patch) | |
tree | c7579a9a396ab120eb0631305956587734204e93 /scripts | |
parent | 504f89a697e122f64548bfedb800a41b3f2b0a23 (diff) |
Update installtesting
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 664a364..116cb49 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 install env $ynh_node_load_PATH yarn build popd |