This is a library which provides utility for rendering Nextspace data onto CesiumJS.
-
npm i
-
npm run build
-
npm i
(ignore if already run) -
npm run test
(running all tests) -
npx run jest ./test/unit/internal
(example for testing just one test folder)
-
Increase version inside
package.json
and push the change. -
Bitbucket will run a build and test step.
-
Manually click
NPM Release
in Bitbucket Pipelines.