Skip to content

Commit

Permalink
build: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Feb 27, 2024
1 parent 9170094 commit 5828145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:pack": "npm run prepack && npm pack --dry-run",
"lint": "eslint .",
"release": "npm run lint && npm run prepack && npm publish --follow-tags",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"clean": "rm -rf node_modules && rm -rf .nuxt && rm -rf dist && rm -rf playground/node_modules && rm -rf playground/.nuxt && rm -rf playground/.output"
},
"engines": {
Expand Down Expand Up @@ -66,4 +66,4 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 5828145

Please # to comment.