Skip to content

Commit 4f757f6

Browse files
committed
build before test
1 parent a0154f1 commit 4f757f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"format": "pnpm lint --write",
3939
"check": "tsc --skipLibCheck",
4040
"prepublishOnly": "pnpm build",
41-
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test"
41+
"test": "pnpm build && pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test"
4242
},
4343
"dependencies": {
4444
"@cloudflare/workers-types": "^4.20250312.0",

0 commit comments

Comments
 (0)