Files
zeavis-edu/packages/shared/moon.yml
T

20 lines
321 B
YAML
Raw Normal View History

2026-05-22 12:17:13 +00:00
type: library
language: typescript
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