To release a new version, call:
-
Clean dist folder
yarn run clean
-
Build package
Edit version in package.json and index.html
yarn run build
-
Create docs
yarn run docs
-
Publish package
npm publish
-
Push release, e.g. 1.2.5
Ensure GITHUB_TOKEN is set!
yarn run release