build: add 'rel' shorthand for release-it

This commit is contained in:
rzmk 2024-02-21 18:53:31 -05:00
parent 287767fa19
commit 95d7aecfbe
No known key found for this signature in database

View file

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