Files

17 lines
285 B
YAML
Raw Permalink Normal View History

2026-05-22 12:17:13 +00:00
tasks:
2026-05-22 12:19:33 +00:00
build:
command: bun run build
inputs:
- src/**/*
- tsconfig.json
- tsconfig.build.json
- package.json
outputs:
- dist
2026-05-22 12:17:13 +00:00
typecheck:
command: bun run typecheck
inputs:
- src/**/*
- tsconfig.json
- package.json