aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-06-17 18:20:40 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-17 18:20:40 -0400
commit0c3a85f2e3818c88a021afbc06b087b0da6037fa (patch)
tree2b70c4012fdf689ebd6a7142197573a92710004f
parent243f7ae11c5f985798a8cf5c216a461366df2acc (diff)
parent56937563c3712d7b3dd7bc46bb492ab76068b976 (diff)
downloadastro-0c3a85f2e3818c88a021afbc06b087b0da6037fa.tar.gz
astro-0c3a85f2e3818c88a021afbc06b087b0da6037fa.tar.zst
astro-0c3a85f2e3818c88a021afbc06b087b0da6037fa.zip
Merge branch 'main' into re-export-component-client
-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",