Skip to content

Commit

Permalink
chore: 🔨 Add release task to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent b4b0383 commit a6cf1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"tasks": {
"dev": "deno task test --watch",
"test": "deno test --allow-env --allow-read --allow-write"
"test": "deno test --allow-env --allow-read --allow-write",
"release": "deno run --allow-all ./scripts/release.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
Expand Down

0 comments on commit a6cf1b2

Please sign in to comment.