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