feat: add prepublishOnly checks (#2052)

This commit is contained in:
Brandon Keiji
2025-06-26 23:49:43 +00:00
committed by GitHub
parent d9892ada7f
commit bf873a1d85
5 changed files with 51 additions and 9 deletions

View File

@@ -49,7 +49,8 @@
"publish:npm": "npm publish --workspaces ${NPM_PUBLISH_TAG:+--tag=$NPM_PUBLISH_TAG} ${NPM_DRY_RUN:+--dry-run}",
"publish:release": "npm run build:packages && npm run prepare:cli-packagejson && npm run build:sandbox:fast && npm run publish:sandbox && npm run publish:npm",
"telemetry": "node scripts/telemetry.js",
"start:gcp": "concurrently --raw --kill-others \"npm run telemetry -- --target=gcp\" \"npm start\""
"start:gcp": "concurrently --raw --kill-others \"npm run telemetry -- --target=gcp\" \"npm start\"",
"prepublishOnly": "node scripts/prepublish.js"
},
"bin": {
"gemini": "bundle/gemini.js"