diff --git a/Taskfile.yml b/Taskfile.yml index 8b4dee4..a83c843 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -67,3 +67,9 @@ tasks: - rm -rf example/vss - task: build - cp vss example + - task: example-run + + example-run: + dir: example + cmds: + - ./vss build \ No newline at end of file