diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index a8c883f30..e38542745 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -27,7 +27,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"", "test-fn": "mocha --exit --timeout 20000 test/functions/", "test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/", - "test": "npm run test-fn && npm run test-edge" + "test": "npm run test-fn" }, "dependencies": { "@astrojs/webapi": "^0.12.0",