7 lines
91 B
YAML
7 lines
91 B
YAML
# https://taskfile.dev
|
|
version: '3'
|
|
|
|
tasks:
|
|
test: vitest run src
|
|
test:dev: vitest src
|