aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/integrations/netlify/package.json2
1 files changed, 1 insertions, 1 deletions
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",