mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00: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