mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-20 05:43:26 +00:00
Don't try to publish and increment version number
This commit is contained in:
parent
6e7003c57c
commit
cd2bd3c636
2 changed files with 2 additions and 2 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue