Link API tasks to shared package build

This commit is contained in:
Asep Haryana Saputra
2026-05-22 12:28:54 +00:00
parent 5e38c9276a
commit 2e64e67156
+4
View File
@@ -7,6 +7,8 @@ tasks:
local: true
build:
command: bun build src/index.ts --outdir dist --target bun
deps:
- shared:build
inputs:
- src/**/*
- package.json
@@ -16,6 +18,8 @@ tasks:
- dist
typecheck:
command: bun run typecheck
deps:
- shared:typecheck
inputs:
- src/**/*
- package.json