changelord.js/Taskfile.yaml

7 lines
91 B
YAML

# https://taskfile.dev
version: '3'
tasks:
test: vitest run src
test:dev: vitest src