work on task integrate

This commit is contained in:
Yanick Champoux 2024-02-09 15:59:42 -05:00
parent 3eaa100a49
commit c64091af19

View File

@ -10,7 +10,8 @@ tasks:
integrate: integrate:
deps: [is-clean, test] deps: [is-clean, test]
cmds: cmds:
- echo "do something" - git checkout main
- git weld - --no-edit
test:unit: test:unit:
cmds: cmds:
- vitest run - vitest run