mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 09:01:17 -07:00
fix: remove --dry-run from cli prepublish script (#202)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"test": "vitest run",
|
||||
"prerelease:version": "node ../../scripts/bind_package_version.js",
|
||||
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",
|
||||
"prepublishOnly": "npm publish --dry-run --workspace=@gemini-code/server",
|
||||
"prepublishOnly": "npm publish --workspace=@gemini-code/server",
|
||||
"prepack": "npm run build:package",
|
||||
"postpublish": "npm run build:sandbox && npm run publish:sandbox"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user