const { execSync } = require("child_process"); execSync(`git push -u origin --tags`); execSync(`pnpm run build`); execSync(`pnpm publish`);