Build billd-desk(pro) for various platforms
mainImportant Pre-requisite
Building the project uses standard-version for versioning. Ensure the project is initialized with Git, otherwise the build process will fail.
Build Commands
Web Build
Builds the web version. Output is located in the dist directory.
npm run build:webDesktop Builds (Windows, macOS, Linux)
Builds the Electron application packages. Output is located in the electron-release directory.
- All Platforms:
npm run build - Windows only:
npm run build:win - macOS only:
npm run build:mac - Linux only:
npm run build:linux
npm run build