add a taskfile

This commit is contained in:
Yanick Champoux 2023-07-25 10:07:14 -04:00
parent c0e11244b0
commit 79405217ae

11
Taskfile.yaml Normal file
View File

@ -0,0 +1,11 @@
# https://taskfile.dev
version: '3'
tasks:
build: tsc
test:
cmds:
- { task: build }
- vitest run src