From 2e64e671565474f6c00c160c62d517ec542fac15 Mon Sep 17 00:00:00 2001 From: Asep Haryana Saputra <90584806+MythEclipse@users.noreply.github.com> Date: Fri, 22 May 2026 12:28:54 +0000 Subject: [PATCH] Link API tasks to shared package build --- apps/api/moon.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/api/moon.yml b/apps/api/moon.yml index 91b9bd6..f60e469 100644 --- a/apps/api/moon.yml +++ b/apps/api/moon.yml @@ -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