build: use 'release' instead for release-it shorthand due to habit

This commit is contained in:
rzmk 2024-02-21 19:08:00 -05:00
parent 95d7aecfbe
commit 199abf5553
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"rel": "release-it"
"release": "release-it"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",