Skip to content

Commit

Permalink
Merge branch 'main' into fix/md-ampersands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan authored Jun 17, 2022
2 parents 1a54ac6 + 5693756 commit 954ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 954ad17

Please sign in to comment.