Skip to content

Commit

Permalink
change release command
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoollllee committed Sep 12, 2024
1 parent fbb0824 commit 482f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"deploy": "nuxi generate playground && gh-pages -d playground/.output/public",
"release": "changelogen --major --release && npm publish && git push --follow-tags",
"release": "changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint ."
},
"dependencies": {
Expand Down

0 comments on commit 482f0a7

Please sign in to comment.