ci: refs #4922 Debian rules pnpm hoist
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7c7f1b976c
commit
0a07b0bf33
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web-back",
|
"name": "hedera-web-back",
|
||||||
"version": "25.8.0",
|
"version": "25.8.1",
|
||||||
"description": "Verdnatura web page backend",
|
"description": "Verdnatura web page backend",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": "Verdnatura Levante SL"
|
"author": "Verdnatura Levante SL"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (25.8.0) stable; urgency=low
|
hedera-web (25.8.1) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,4 @@ build:
|
||||||
|
|
||||||
mkdir -p build-deps
|
mkdir -p build-deps
|
||||||
cp package.json 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)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "25.8.0",
|
"version": "25.8.1",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"productName": "Verdnatura",
|
"productName": "Verdnatura",
|
||||||
|
|
Loading…
Reference in New Issue