Skip to content

Commit

Permalink
chore: add npm script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-mnch committed Nov 16, 2024
1 parent 0d0af50 commit 3e3bed1
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"dev": "jiti src/dev.ts",
"build": "unbuild",
"test": "vitest",
"prepack": "pnpm run build --minify",
"release": "pnpm run test && changelogen --release && npm publish && git push --follow-tags",
"check": "biome check",
"check:write": "biome check --write"
},
Expand All @@ -51,6 +53,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.0",
"changelogen": "^0.5.7",
"jiti": "^2.4.0",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
Expand Down
Loading

0 comments on commit 3e3bed1

Please sign in to comment.