Skip to content

Commit

Permalink
build: fix staging updated jsr.json after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 24, 2025
1 parent 6734619 commit 3d7e275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .postbump.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ for (const [dependency, semver] of Object.entries(dependencies)) {
}
}
writeFileSync('./jsr.json', JSON.stringify(jsr, null, 4) + '\n')
execSync(`git add ./jsr.json`, { stdio: 'inherit' })

execSync('git add build/* -f', { stdio: 'inherit' })

0 comments on commit 3d7e275

Please sign in to comment.