Skip to content

Commit 65a7432

Browse files
committed
feat: run postrelease script if exists
1 parent 17b7f3b commit 65a7432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,6 @@ ${commits.join('\n')}`).join('\n')
175175
}
176176

177177
console.log(chalk.bold('Great success!'))
178+
179+
await $`npm run postrelease || exit 0`
178180
})()

0 commit comments

Comments
 (0)