Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 13, 2024
1 parent b3789de commit 135a90e
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 834 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint .",
"prepublishOnly": "pnpm run prepack",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"release": "pnpm lint && pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"changelogen": "^0.5.5",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"semver": "^7.6.3"
Expand All @@ -57,7 +58,6 @@
"eslint": "^9.9.0",
"husky": "9.1.4",
"nuxt": "^3.13.1",
"standard-version": "^9.5.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
Expand Down
Loading

0 comments on commit 135a90e

Please sign in to comment.