1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00

build command is back

According to https://github.com/YunoHost-Apps/calckey_ynh/pull/12#issuecomment-1416866696
This commit is contained in:
lapineige 2023-02-05 00:46:57 +01:00 committed by GitHub
parent 8bb311ec11
commit 317fd9bbae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ pushd "$final_path"
corepack enable
corepack prepare pnpm@latest --activate
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm build
popd
#=================================================