diff options
| author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 19:49:15 +0200 | 
|---|---|---|
| committer | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2024-06-08 19:49:15 +0200 | 
| commit | 9205a715837743890c797212ba950f4354779fac (patch) | |
| tree | d4dd0108f8514e4cb1607bfa20784a7391a84f57 /scripts | |
| parent | 742fb0b7f0e3688a5cf6ba79c2175ef578714ddc (diff) | |
fix
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 2937afe..9d0505a 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  #================================================= | 
