Skip to content

Commit

Permalink
chore(fix): Release it package
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisToxz committed Jul 11, 2023
1 parent 6ff2170 commit 5f31fd4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"release": "release-it"
},
"devDependencies": {
"@iconify/json": "^2.2.83",
Expand All @@ -21,7 +22,9 @@
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vitest": "^0.33.0",
"vue": "^3.2.41"
"vue": "^3.2.41",
"release-it": "^16.1.0",
"@release-it/conventional-changelog": "^7.0.0"
},
"dependencies": {
"@iconify/vue": "^4.1.1",
Expand Down

0 comments on commit 5f31fd4

Please sign in to comment.