Skip to content

Commit

Permalink
Add release task
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 26, 2024
1 parent 6322383 commit 0e5936c
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 @@ -15,7 +15,8 @@
"@std/semver": "jsr:@std/semver@^1.0.1"
},
"tasks": {
"check": "deno fmt && deno lint --fix && deno check mod.ts"
"check": "deno fmt && deno lint --fix && deno check mod.ts",
"release": "deno run -A jsr:@deco/scripts/release"
},
"lock": false,
"version": "0.3.2"
Expand Down

0 comments on commit 0e5936c

Please sign in to comment.