diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 23:09:17 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 23:09:17 +0200 |
commit | 504f89a697e122f64548bfedb800a41b3f2b0a23 (patch) | |
tree | d2a673d6e5dfbe5dbdc18378910d38eebce331ba | |
parent | bb36a884cd11d668de9841af241ee475a43767ac (diff) |
Update install
-rwxr-xr-x | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 946f527..664a364 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 + env $ynh_node_load_PATH yarn install env $ynh_node_load_PATH yarn build popd |