Skip to content

Commit c2d3fd8

Browse files
build: typescript project references
1 parent b18f243 commit c2d3fd8

File tree

204 files changed

+1528
-290
lines changed

Some content is hidden

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

204 files changed

+1528
-290
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 eslint packages/ajv-validator
2425
- run: yarn test --coverage --project @hono/ajv-validator
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/arktype-validator
2425
- run: yarn test --coverage --project @hono/arktype-validator
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/auth-js
2425
- run: yarn test --coverage --project @hono/auth-js
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/bun-transpiler
2425
- run: yarn workspace @hono/bun-transpiler test --coverage --coverage-reporter lcov
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/casbin
2425
- run: yarn test --coverage --project @hono/casbin
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/class-validator
2425
- run: yarn test --coverage --project @hono/class-validator
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/clerk-auth
2425
- run: yarn test --coverage --project @hono/clerk-auth
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/cloudflare-access
2425
- run: yarn test --coverage --project @hono/cloudflare-access
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/conform-validator
2425
- run: yarn test --coverage --project @hono/conform-validator
2526
- uses: codecov/codecov-action@v5

.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 eslint packages/effect-validator
2425
- run: yarn test --coverage --project @hono/effect-validator
2526
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)