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