From 48d3f8eee61ddf249b6a68a2f83b54c124440f50 Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Thu, 24 Aug 2023 19:12:57 +0200 Subject: [PATCH] miniserver hedgedoc update --- bundles/hedgedoc/items.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bundles/hedgedoc/items.py b/bundles/hedgedoc/items.py index 8a0219e..d5d256d 100644 --- a/bundles/hedgedoc/items.py +++ b/bundles/hedgedoc/items.py @@ -52,7 +52,7 @@ directories = { if compare(node.metadata.get('hedgedoc/version'), '1.9.7') <= 0: command = ' && '.join([ 'cd /opt/hedgedoc', - 'yarn install --production=true --pure-lockfile --ignore-scripts', + 'yarn workspaces focus --production', 'yarn install --ignore-scripts', 'yarn build', ]) @@ -68,8 +68,7 @@ actions = { 'hedgedoc_yarn': { 'command': ' && '.join([ 'cd /opt/hedgedoc', - 'yarn install --production=true --pure-lockfile --ignore-scripts', - 'yarn install --ignore-scripts', + 'yarn install --immutable', 'yarn build', ]), 'needs': {