- run
npm run compile - copy folder
libintoregistryrepository intonode_modules/@digabi/ui-result-listoverwriting the oldlibfolder - run
make restartinregistryrepository
Github actions handles npm publishing (.github/workflows/npm-publish.yml).
Release new version:
npm version [patch, minor, major]
git push --follow-tags
Release new beta version
npm version prerelease --preid=beta
git push --follow-tags