Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Oct 22, 2022
1 parent 6c22a68 commit 91064b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"test": "deno test --check --doc --unstable --allow-all",
"test": "deno test --check --unstable --allow-all",
"serve": "deno run --check -A server.ts",
"bundle": "deno bundle --check static/src/index.ts > static/dist/index.js"
},
Expand Down

0 comments on commit 91064b0

Please sign in to comment.