Skip to content

Commit

Permalink
chore(deno): setup deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 19, 2022
1 parent be866b1 commit e73f593
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tasks": {
"bump-tag": "deno run --allow-env --allow-read --allow-write --allow-run tools/bump-tag-version.ts",
"cache": "deno cache tools/bump-tag-version.ts"
}
}

0 comments on commit e73f593

Please sign in to comment.