Skip to main content

How to update the widget

Clone the repo, npm install in the embed-script folder, and npm run build to make sure the widget builds. Then:

  1. Make changes in the embed-script folder.
  2. test your changes in the dev server (npm run dev)
  3. Run npm run build to build the widget.
  4. update the version number in package.json and package-lock.json
  5. publish to npm npm publish