Don't try to publish and increment version number
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@shantur/codenomad",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "CodeNomad - AI coding assistant",
|
||||
"author": {
|
||||
"name": "Shantur Rathore",
|
||||
|
||||
@@ -98,7 +98,7 @@ async function build(platform) {
|
||||
throw new Error("dist/ directory not found. Build failed.")
|
||||
}
|
||||
|
||||
await run(npxCmd, ["electron-builder", ...config.args])
|
||||
await run(npxCmd, ["electron-builder", "--publish=never", ...config.args])
|
||||
|
||||
console.log("\n✅ Build complete!")
|
||||
console.log(`📁 Binaries available in: ${join(appDir, "release")}\n`)
|
||||
|
||||
Reference in New Issue
Block a user