remeda-extra/Taskfile.yaml
2023-07-25 10:07:14 -04:00

12 lines
124 B
YAML

# https://taskfile.dev
version: '3'
tasks:
build: tsc
test:
cmds:
- { task: build }
- vitest run src