Skip to content

Commit

Permalink
feat: run postrelease script if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 3, 2024
1 parent 17b7f3b commit 65a7432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,6 @@ ${commits.join('\n')}`).join('\n')
}

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

await $`npm run postrelease || exit 0`
})()

0 comments on commit 65a7432

Please sign in to comment.