From 7082f0626e1ab5ea2c5ee1d3ccbe93e24131870b Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sat, 3 Aug 2024 17:10:38 +0200 Subject: [PATCH] hedgedoc: fix install needs --- bundles/hedgedoc/items.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/hedgedoc/items.py b/bundles/hedgedoc/items.py index d5d256d..732f465 100644 --- a/bundles/hedgedoc/items.py +++ b/bundles/hedgedoc/items.py @@ -72,7 +72,6 @@ actions = { 'yarn build', ]), 'needs': { - 'action:nodejs_install_yarn', 'file:/opt/hedgedoc/config.json', 'git_deploy:/opt/hedgedoc', 'pkg_apt:nodejs',