From d5fa611898c0c1662bffd3c9dafd3a52c2f93ba0 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Mon, 4 Sep 2023 15:51:00 +0200 Subject: [PATCH] do poetry update on task check --- Taskfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index f28e6e2..ba7dbae 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -42,6 +42,7 @@ tasks: - cd {{.PLUGIN_DIR}} && git config user.name "Anonymous Person" - cd {{.PLUGIN_DIR}} && git config user.email "anonymous@example.org" - cd {{.PLUGIN_DIR}} && git commit -m "init from template" + - cd {{.PLUGIN_DIR}} && poetry update - cd {{.PLUGIN_DIR}} && task check vars: TEMPLATE_REVISION: