build: add 'rel' shorthand for release-it
This commit is contained in:
parent
287767fa19
commit
95d7aecfbe
1 changed files with 47 additions and 46 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"rel": "release-it"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue