Skip to content

Commit

Permalink
chore(package): add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Nov 25, 2022
1 parent a6d24a1 commit 5630e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"build:demo": "nuxi generate demo",
"dev": "nuxi dev demo",
"prepare": "nuxi prepare demo",
"lint": "eslint ."
"lint": "eslint .",
"release": "release-it"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
Expand Down

0 comments on commit 5630e4f

Please sign in to comment.