Skip to content

Commit

Permalink
fix: next using tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 19, 2022
1 parent 97c92bf commit 02eee9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +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"
"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 02eee9d

Please sign in to comment.