1
0
forked from Git/send_ynh

Update install

This commit is contained in:
ericgaspar 2022-06-26 08:42:44 +02:00
parent 175a285a8d
commit d9c023006c

View File

@ -125,8 +125,10 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH build
npm install
npm run build
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run build
popd
#=================================================