diff options
| author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:58:44 +0200 | 
|---|---|---|
| committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-07 15:58:44 +0200 | 
| commit | 3a762255f72cef2aee87cd16ba934658f5282dbf (patch) | |
| tree | 4418c7ad53a256b2c891689bd451e63710c7c1a3 | |
| parent | c0ceb6ef210cd4009f979fa934ffb9f67cb17e46 (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 9d0505a..2937afe 100755 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,7 @@ ynh_script_progression --message="Installing $app..." --weight=1  pushd $install_dir   	ynh_use_nodejs  	ynh_exec_as $app env $ynh_node_load_PATH yarn -	ynh_exec_as $app env $ynh_node_load_PATH yarn build	 +	#ynh_exec_as $app env $ynh_node_load_PATH yarn build	  popd  #================================================= | 
