We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b7f3b commit 65a7432Copy full SHA for 65a7432
release.mjs
@@ -175,4 +175,6 @@ ${commits.join('\n')}`).join('\n')
175
}
176
177
console.log(chalk.bold('Great success!'))
178
+
179
+ await $`npm run postrelease || exit 0`
180
})()
0 commit comments