ci: refs #4922 Debian rules pnpm hoist
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-11 08:12:32 +01:00
parent 7c7f1b976c
commit 0a07b0bf33
4 changed files with 4 additions and 4 deletions

View File

@ -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"

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (25.8.0) stable; urgency=low
hedera-web (25.8.1) stable; urgency=low
* Initial Release.

2
debian/rules vendored
View File

@ -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)

View File

@ -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",