Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
windx-foobar committed Mar 5, 2023
1 parent e4c847e commit faf9141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run unit && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint ."
},
"dependencies": {
"@kyvg/vue3-notification": "^2.8.0",
Expand Down

0 comments on commit faf9141

Please sign in to comment.