Link API tasks to shared package build
This commit is contained in:
@@ -7,6 +7,8 @@ tasks:
|
|||||||
local: true
|
local: true
|
||||||
build:
|
build:
|
||||||
command: bun build src/index.ts --outdir dist --target bun
|
command: bun build src/index.ts --outdir dist --target bun
|
||||||
|
deps:
|
||||||
|
- shared:build
|
||||||
inputs:
|
inputs:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
- package.json
|
- package.json
|
||||||
@@ -16,6 +18,8 @@ tasks:
|
|||||||
- dist
|
- dist
|
||||||
typecheck:
|
typecheck:
|
||||||
command: bun run typecheck
|
command: bun run typecheck
|
||||||
|
deps:
|
||||||
|
- shared:typecheck
|
||||||
inputs:
|
inputs:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
- package.json
|
- package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user