From 0a07b0bf33db48dd29a021e6fcf274b1d5719c12 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 11 Feb 2025 08:12:32 +0100 Subject: [PATCH] ci: refs #4922 Debian rules pnpm hoist --- back/package.json | 2 +- debian/changelog | 2 +- debian/rules | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/back/package.json b/back/package.json index efd95684..2fda20c4 100644 --- a/back/package.json +++ b/back/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web-back", - "version": "25.8.0", + "version": "25.8.1", "description": "Verdnatura web page backend", "license": "GPL-3.0", "author": "Verdnatura Levante SL" diff --git a/debian/changelog b/debian/changelog index 01a1a9a1..222edda2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (25.8.0) stable; urgency=low +hedera-web (25.8.1) stable; urgency=low * Initial Release. diff --git a/debian/rules b/debian/rules index 94832131..6e729ebd 100755 --- a/debian/rules +++ b/debian/rules @@ -15,4 +15,4 @@ build: mkdir -p build-deps cp package.json build-deps - (cd build-deps && pnpm install --prod --config.audit=true --prefer-offline) + (cd build-deps && pnpm install --prod --shamefully-hoist --config.audit=true --prefer-offline) diff --git a/package.json b/package.json index e94632e5..9bc1af14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "25.8.0", + "version": "25.8.1", "description": "Verdnatura web page", "license": "GPL-3.0", "productName": "Verdnatura",