aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitb8d167648382840944160175f195d45af098015c (patch)
treec7579a9a396ab120eb0631305956587734204e93
parent504f89a697e122f64548bfedb800a41b3f2b0a23 (diff)
Update installtesting
-rwxr-xr-xscripts/install2
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