Skip to content

Commit

Permalink
fix: fix postrelease check
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 3, 2024
1 parent f0f33c5 commit e211c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ${commits.join('\n')}`).join('\n')

console.log(chalk.bold('Great success!'))

if (pkgJson.postrelease) {
if (pkgJson.scripts?.postrelease) {
console.log('postrelease')
await $`npm run postrelease`
}
Expand Down

0 comments on commit e211c75

Please sign in to comment.