diff --git a/Taskfile.yaml b/Taskfile.yaml index 2ba33ea..b2d0ea1 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -10,7 +10,8 @@ tasks: integrate: deps: [is-clean, test] cmds: - - echo "do something" + - git checkout main + - git weld - --no-edit test:unit: cmds: - vitest run