diff options
| author | Brandon Keiji <[email protected]> | 2025-06-26 23:49:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-26 23:49:43 +0000 |
| commit | bf873a1d85d4400fd22c175db0f3b80a47bc27fb (patch) | |
| tree | 3d9b24e45e439dba99198de0ab633a7440960e31 /package.json | |
| parent | d9892ada7f313c10f3206d286091803126f3ea72 (diff) | |
feat: add prepublishOnly checks (#2052)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
