diff options
author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 22:53:57 +0200 |
---|---|---|
committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 22:53:57 +0200 |
commit | bb36a884cd11d668de9841af241ee475a43767ac (patch) | |
tree | 877bd793829a4e1ce38def78daf1aadca26791f9 /scripts/install | |
parent | 616bcb5f7d8d64ac54688e6d85f879e07d443c57 (diff) |
Update install
Diffstat (limited to 'scripts/install')
-rwxr-xr-x | scripts/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index a73907c..946f527 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ ynh_script_progression --message="Installing $app..." --weight=1 pushd $install_dir/apps/web/ ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH yarn - ynh_exec_as $app env $ynh_node_load_PATH yarn build + env $ynh_node_load_PATH yarn + env $ynh_node_load_PATH yarn build popd #================================================= |