We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa724 commit 5693756Copy full SHA for 5693756
packages/integrations/netlify/package.json
@@ -27,7 +27,7 @@
27
"dev": "astro-scripts dev \"src/**/*.ts\"",
28
"test-fn": "mocha --exit --timeout 20000 test/functions/",
29
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/",
30
- "test": "npm run test-fn && npm run test-edge"
+ "test": "npm run test-fn"
31
},
32
"dependencies": {
33
"@astrojs/webapi": "^0.12.0",
0 commit comments