Merge pull request 'FIX pnpm deployment' (!110) from fix_pnpm_deploy into beta
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
Reviewed-on: #110 Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
commit
c0bcad6ce0
|
@ -24,7 +24,9 @@ RUN a2dissite 000-default
|
||||||
# NodeJs
|
# NodeJs
|
||||||
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
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
|
# Hedera
|
||||||
|
|
||||||
|
|
|
@ -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 && npm install --omit=dev --no-audit --prefer-offline)
|
(cd build-deps && pnpm install --prod --config.audit=true --prefer-offline)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "24.50.18",
|
"version": "24.50.19",
|
||||||
"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