Skip to content

Commit f055eb7

Browse files
committed
only typecheck
1 parent d54f0ef commit f055eb7

File tree

1 file changed

+3
-2
lines changed
  • dev-packages/e2e-tests/test-applications/cloudflare-hono

1 file changed

+3
-2
lines changed

dev-packages/e2e-tests/test-applications/cloudflare-hono/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typecheck": "tsc --noEmit",
88
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
99
"test:build": "pnpm install && pnpm build",
10-
"test:assert": "pnpm typecheck && pnpm test"
10+
"//": "Just checking if it builds correctly and types don't break",
11+
"test:assert": "pnpm typecheck"
1112
},
1213
"dependencies": {
1314
"@sentry/cloudflare": "latest || *",
@@ -16,7 +17,7 @@
1617
"devDependencies": {
1718
"@cloudflare/vitest-pool-workers": "^0.8.31",
1819
"@cloudflare/workers-types": "^4.20250521.0",
19-
"vitest": "3.1.4",
20+
"vitest": "3.1.0",
2021
"wrangler": "^4.16.0"
2122
},
2223
"volta": {

0 commit comments

Comments
 (0)