remeda-extra/Taskfile.yaml

14 lines
138 B
YAML

# https://taskfile.dev
version: '3'
tasks:
build: tsc
test:
deps: [ build ]
cmds:
- vitest run src
pack: npm pack