remeda-extra/Taskfile.yaml

14 lines
142 B
YAML
Raw Normal View History

2023-07-25 14:07:14 +00:00
# https://taskfile.dev
version: '3'
tasks:
build: tsc
test:
cmds:
- { task: build }
- vitest run src
2023-07-25 15:28:24 +00:00
pack: npm pack