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:

  1. Navigate to the back-end directory: cd backend
  2. Open package.json
  3. Update the version number
  4. Run npm publish

To publish the latest version of the front-end:

  1. Navigate to the front-end directory: cd frontend
  2. Run npm run build
  3. Open package.json
  4. Update the version number
  5. Run npm publish