Publishing VisBOL - VisBOL/visbol2 GitHub Wiki
VisBOL is published as two packages on npm: visbol
, which is VisBOL's back-end, and visbol-react
, which is VisBOL's front-end. In order to publish these packages, you will need to make sure you've installed npm.
To publish the latest version of the back-end:
- Navigate to the back-end directory:
cd backend
- Open
package.json
- Update the version number
- Run
npm publish
To publish the latest version of the front-end:
- Navigate to the front-end directory:
cd frontend
- Run
npm run build
- Open
package.json
- Update the version number
- Run
npm publish