Skip to content

Commit c1f764f

Browse files
build: typescript project references
1 parent 4f9bb1d commit c1f764f

File tree

197 files changed

+1726
-425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+1726
-425
lines changed

.github/workflows/ci-ajv-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/ajv-validator
2121
- run: yarn workspace @hono/ajv-validator build
2222
- run: yarn workspace @hono/ajv-validator publint
23+
- run: yarn workspace @hono/ajv-validator typecheck
2324
- run: yarn test --coverage --project @hono/ajv-validator
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-arktype-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/arktype-validator
2121
- run: yarn workspace @hono/arktype-validator build
2222
- run: yarn workspace @hono/arktype-validator publint
23+
- run: yarn workspace @hono/arktype-validator typecheck
2324
- run: yarn test --coverage --project @hono/arktype-validator
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-auth-js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/auth-js
2121
- run: yarn workspace @hono/auth-js build
2222
- run: yarn workspace @hono/auth-js publint
23+
- run: yarn workspace @hono/auth-js typecheck
2324
- run: yarn test --coverage --project @hono/auth-js
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-bun-transpiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/bun-transpiler
2121
- run: yarn workspace @hono/bun-transpiler build
2222
- run: yarn workspace @hono/bun-transpiler publint
23+
- run: yarn workspace @hono/bun-transpiler typecheck
2324
- run: yarn workspace @hono/bun-transpiler test --coverage --coverage-reporter lcov
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-casbin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/casbin
2121
- run: yarn workspace @hono/casbin build
2222
- run: yarn workspace @hono/casbin publint
23+
- run: yarn workspace @hono/casbin typecheck
2324
- run: yarn test --coverage --project @hono/casbin
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-class-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/class-validator
2121
- run: yarn workspace @hono/class-validator build
2222
- run: yarn workspace @hono/class-validator publint
23+
- run: yarn workspace @hono/class-validator typecheck
2324
- run: yarn test --coverage --project @hono/class-validator
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-clerk-auth.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/clerk-auth
2121
- run: yarn workspace @hono/clerk-auth build
2222
- run: yarn workspace @hono/clerk-auth publint
23+
- run: yarn workspace @hono/clerk-auth typecheck
2324
- run: yarn test --coverage --project @hono/clerk-auth
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-cloudflare-access.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/cloudflare-access
2121
- run: yarn workspace @hono/cloudflare-access build
2222
- run: yarn workspace @hono/cloudflare-access publint
23+
- run: yarn workspace @hono/cloudflare-access typecheck
2324
- run: yarn test --coverage --project @hono/cloudflare-access
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-conform-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/conform-validator
2121
- run: yarn workspace @hono/conform-validator build
2222
- run: yarn workspace @hono/conform-validator publint
23+
- run: yarn workspace @hono/conform-validator typecheck
2324
- run: yarn test --coverage --project @hono/conform-validator
2425
- uses: codecov/codecov-action@v5
2526
with:

.github/workflows/ci-effect-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/effect-validator
2121
- run: yarn workspace @hono/effect-validator build
2222
- run: yarn workspace @hono/effect-validator publint
23+
- run: yarn workspace @hono/effect-validator typecheck
2324
- run: yarn test --coverage --project @hono/effect-validator
2425
- uses: codecov/codecov-action@v5
2526
with:

0 commit comments

Comments
 (0)