**chore(version, docs): bump version to 0.9.14 and update build documentation**
- Updated `npm` badge in `README.md` to reflect version `0.9.14`. - Updated `VERSION` constant in `src/utils/version.ts` to `0.9.14`. - Replaced `build:all` script references in documentation with separate `build` and `build:browser` commands for better clarity. - Adjusted `demo` script to build both Node.js and browser versions before running the demo. - Updated prerequisites in `README.demo.md` to align with the new build workflow. - Refined `package.json` `files` field to clean up package distribution artifacts. These changes ensure version consistency, clarify build processes, and improve documentation to streamline the developer experience.
This commit is contained in:
parent
151b185160
commit
7b51829418
4 changed files with 14 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
[](https://nodejs.org/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](CONTRIBUTING.md)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
|
||||
[//]: # ([](https://github.com/sodal-project/cartographer))
|
||||
|
||||
|
|
@ -300,8 +300,8 @@ Brainy uses a modern build system that optimizes for both Node.js and browser en
|
|||
5. **Build Scripts**
|
||||
- `npm run build`: Builds the Node.js version
|
||||
- `npm run build:browser`: Builds the browser-optimized version
|
||||
- `npm run build:all`: Builds both versions
|
||||
- `npm run demo`: Builds all versions and starts a demo server
|
||||
- `npm run build:cli`: Builds the CLI version
|
||||
- `npm run demo`: Builds both Node.js and browser versions and starts a demo server
|
||||
- GitHub Actions workflow: Automatically deploys the demo directory to GitHub Pages when pushing to the main branch
|
||||
|
||||
### Running the Pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue