Skip to content

Commit

Permalink
chore: fix bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 15, 2023
1 parent 61794b2 commit 35095f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'bumpp'

export default defineConfig({
files: [
'package.json',
'packages/*/package.json',
],
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint .",
"release": "bumpp -r && pnpm -r publish",
"release": "bumpp && pnpm -r publish",
"test": "vitest",
"typecheck": "tsc --noEmit",
"build": "pnpm -r run build"
Expand Down

0 comments on commit 35095f4

Please sign in to comment.