Skip to content

Commit 539a005

Browse files
committed
refactor: bumpp remove
1 parent 1cfce2b commit 539a005

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

bump.config.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@
4444
"build": "tsdown",
4545
"lint": "biome lint",
4646
"format": "biome format --write",
47-
"release": "bumpp && pnpm build && pnpm format && pnpm lint && pnpm publish",
47+
"release": "pnpm build && pnpm format && pnpm lint && pnpm publish",
4848
"copy-templates": "xcopy \"templates\" \"dist\\templates\" /E /I /Y",
4949
"link": "pnpm run build && pnpm copy-templates && pnpm link"
5050
},
5151
"devDependencies": {
5252
"@biomejs/biome": "1.9.4",
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/node": "^22.15.30",
55-
"bumpp": "^10.1.1",
5655
"drizzle-kit": "^0.31.1",
5756
"drizzle-orm": "^0.44.2",
5857
"tsdown": "latest",

0 commit comments

Comments
 (0)