From dd2c15a6bf448c1506ba897a04cd40a19eedcebd Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Tue, 10 Jan 2023 16:57:21 -0500 Subject: [PATCH] test: add "@remix-run/cloudflare" to cf-compiler-test Signed-off-by: Logan McAnsh --- integration/cf-compiler-test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/cf-compiler-test.ts b/integration/cf-compiler-test.ts index a1d058e981a..6a66e43df78 100644 --- a/integration/cf-compiler-test.ts +++ b/integration/cf-compiler-test.ts @@ -18,6 +18,7 @@ test.describe("cloudflare compiler", () => { sideEffects: false, main: "build/index.js", dependencies: { + "@remix-run/cloudflare": "0.0.0-local-version", "@remix-run/cloudflare-workers": "0.0.0-local-version", "@remix-run/react": "0.0.0-local-version", react: "0.0.0-local-version",