Skip to content

Publishing

Tom Prats edited this page Apr 19, 2024 · 1 revision

For utilizing updates, see the readme.

Prerequisites

To update the widgets, a PR must be created. The PR should contain the updates to the following:

  • Code
  • Tests
  • Version in package.json and package-lock.json
  • Readme (optional)

Once the PR is merged into master, it can be released on npm and the CDN

NPM

  • npm run build
  • npm publish

CDN

  • Overwriting the regression branch with master
  • Requesting a deploy with the commit hash
Clone this wiki locally