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 02eee9d commit ee1f14a
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"
}
}

1 comment on commit ee1f14a

@vercel
Copy link

@vercel vercel bot commented on ee1f14a Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mfg-b – ./

mfg-b-mateusfg7.vercel.app
mfg-b.vercel.app
mfg-b-git-main-mateusfg7.vercel.app

Please sign in to comment.