Testing Github actions for build and package deployment on library projects.
when a PR is raised, it will run the build run the linters etc.
when a push to master branch occur, it will create a "DRAFT" release page
when "pre-release" occur, it will publish to npmjs.
Testing Github actions for build and package deployment on library projects.