FIX pnpm deployment #110

Merged
jsegarra merged 3 commits from fix_pnpm_deploy into beta 2025-02-10 09:48:44 +00:00
3 changed files with 5 additions and 3 deletions

View File

@ -24,7 +24,9 @@ RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends nodejs
&& apt-get install -y --no-install-recommends nodejs\
&& npm install -g corepack@0.31.0 \
&& corepack enable pnpm
# Hedera

2
debian/rules vendored
View File

@ -15,4 +15,4 @@ build:
mkdir -p build-deps
cp package.json build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)
(cd build-deps && pnpm install --prod --config.audit=true --prefer-offline)

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "24.50.18",
"version": "24.50.19",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"productName": "Verdnatura",