Skip to content

Commit

Permalink
refactor: rename tools to .tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Nov 27, 2023
1 parent a61b7ee commit d376319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"bump-tag": "tsx tools/bump-tag-version.ts",
"bump-tag": "tsx .tools/bump-tag-version.ts",
"prepare": "husky install"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit d376319

Please sign in to comment.