This commit is contained in:
Éric Gaspar 2024-05-13 12:32:36 +02:00 committed by Félix Piédallu
parent ec39bec493
commit fa248eb353
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
#=================================================
# NodeJS version
nodejs_version=20
nodejs_version=18
#=================================================
# PERSONAL HELPERS

View file

@ -49,6 +49,7 @@ pushd "$install_dir"
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_MODE=dist $ynh_npm run build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH BUILD_MODE=dist $ynh_npm link
popd
#=================================================