Skip to content

Commit 6e05f7c

Browse files
committed
test: ensure vendor runs before edge function tests
1 parent b1c5194 commit 6e05f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function vendorDeno({
3434
if (initEmptyDenoJson) {
3535
const denoJsonPath = join(cwd, 'deno.json')
3636
console.log(`🧹 Generating clean '${denoJsonPath}`)
37-
await writeFile(denoJsonPath, '{}')
37+
await writeFile(denoJsonPath, '{ "vendor": true }')
3838
}
3939

4040
console.log(`📦 Vendoring Deno modules for '${vendorSource}' into '${vendorDest}'...`)

0 commit comments

Comments
 (0)