feat(config): add post-release event file
This commit is contained in:
7
.rczrc.postrelease.js
Normal file
7
.rczrc.postrelease.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { execSync } = require("child_process");
|
||||
|
||||
execSync(`git push -u origin --tags`);
|
||||
|
||||
execSync(`pnpm run build`);
|
||||
|
||||
execSync(`pnpm publish`);
|
||||
Reference in New Issue
Block a user