Rename electron app package to @neuralnomads/codenomad-electron-app

This commit is contained in:
Shantur Rathore
2025-11-21 00:10:31 +00:00
parent 2ff51c1866
commit 70e6052dc8
5 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ This guide explains how to build distributable binaries for CodeNomad.
All commands now run inside the workspace packages. From the repo root you can target the Electron app package directly:
```bash
npm run build --workspace @codenomad/electron-app
npm run build --workspace @neuralnomads/codenomad-electron-app
```
### Build for Current Platform (macOS default)