Build shared package outputs

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:19:33 +00:00
parent c3eed82262
commit e543226209
3 changed files with 29 additions and 2 deletions
+9
View File
@@ -2,6 +2,15 @@ type: library
language: typescript
tasks:
build:
command: bun run build
inputs:
- src/**/*
- tsconfig.json
- tsconfig.build.json
- package.json
outputs:
- dist
typecheck:
command: bun run typecheck
inputs: