Skip to content

Commit

Permalink
chore(bumpp): set recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 5, 2024
1 parent 331ddc3 commit 6f53b3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from 'bumpp'
import { globSync as glob } from 'node:fs'

export default defineConfig({
all: true,
files: glob('**/package.json'),
push: false,
recursive: true,
})

0 comments on commit 6f53b3e

Please sign in to comment.