miniserver hedgedoc update
This commit is contained in:
parent
bca4d152ea
commit
48d3f8eee6
1 changed files with 2 additions and 3 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue