Skip to content

Commit

Permalink
chore: remove update tasks (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Dec 17, 2024
1 parent 943bef1 commit 2222874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"bench:dev": "deno task redis:start && deno task bench",
"coverage": "deno coverage coverage",
"ok": "deno fmt --check && deno lint && deno task test",
"ok:dev": "deno fmt --check && deno lint && deno task test:dev",
"update:dev": "deno run -A https://deno.land/x/udd/main.ts --test=\"deno task ok:dev\" mod.ts test.ts",
"update": "deno run -A https://deno.land/x/udd/main.ts --test=\"deno task ok\" mod.ts test.ts"
"ok:dev": "deno fmt --check && deno lint && deno task test:dev"
},
"exclude": [
"/coverage"
Expand Down

0 comments on commit 2222874

Please sign in to comment.