diff --git a/packages/chacha20poly1305/dnt.ts b/packages/chacha20poly1305/dnt.ts index cdaafb01c..d4c0c9354 100644 --- a/packages/chacha20poly1305/dnt.ts +++ b/packages/chacha20poly1305/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/chacha20poly1305/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/core/dnt.ts b/packages/core/dnt.ts index 10e1cbccd..1e6afd932 100644 --- a/packages/core/dnt.ts +++ b/packages/core/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/core/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/dhkem-secp256k1/dnt.ts b/packages/dhkem-secp256k1/dnt.ts index a4dd6c088..3985b85ab 100644 --- a/packages/dhkem-secp256k1/dnt.ts +++ b/packages/dhkem-secp256k1/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-secp256k1/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/dhkem-x25519/dnt.ts b/packages/dhkem-x25519/dnt.ts index 00e11a2ea..ab2b47807 100644 --- a/packages/dhkem-x25519/dnt.ts +++ b/packages/dhkem-x25519/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-x25519/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/dhkem-x448/dnt.ts b/packages/dhkem-x448/dnt.ts index 9ab6a77de..1f361298b 100644 --- a/packages/dhkem-x448/dnt.ts +++ b/packages/dhkem-x448/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-x448/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/hpke-js/dnt.ts b/packages/hpke-js/dnt.ts index 8c2cccd3c..1ac192989 100644 --- a/packages/hpke-js/dnt.ts +++ b/packages/hpke-js/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/hpke-js/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json")); diff --git a/packages/hybridkem-x25519-kyber768/dnt.ts b/packages/hybridkem-x25519-kyber768/dnt.ts index 248b26e70..0781d137b 100644 --- a/packages/hybridkem-x25519-kyber768/dnt.ts +++ b/packages/hybridkem-x25519-kyber768/dnt.ts @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/hybridkem-x25519-kyber768/runtimes/cloudflare"); await emptyDir("test/runtimes/browsers/node_modules"); await emptyDir("test/runtimes/bun/node_modules"); -await emptyDir("test/runtimes/cloudflare/node_modules"); const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));