miniserver hedgedoc update

This commit is contained in:
Sophie Schiller 2023-08-24 19:12:57 +02:00
parent bca4d152ea
commit 48d3f8eee6

View file

@ -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': {