bruce-models
v5.6.4
Published
This is a library which defines data-models for the Nextspace API and provides functions for communicating with the endpoints.
Downloads
3,084
Readme
bruce-models
This is a library which defines data-models for the Nextspace API and provides functions for communicating with the endpoints.
Local build
npm i
npm run build
Running tests
npm i
(ignore if already run)npm run test
(running all tests)npx run jest ./test/unit/util
(example for testing just one test folder)
Publishing new versions
Increase version inside
package.json
and push the change.Bitbucket will run a build and test step.
Manually click
NPM Release
in Bitbucket Pipelines.