From bf873a1d85d4400fd22c175db0f3b80a47bc27fb Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Thu, 26 Jun 2025 23:49:43 +0000 Subject: feat: add prepublishOnly checks (#2052) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5ff66d8c..e3f670bb 100644 --- a/package.json +++ b/package.json @@ -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" -- cgit v1.2.3