Contributing instructions
Launch the library build with watch
npm install
npm run watch-lib
Serve the demo project
npm run watch-demo
Open on browser
Update version on:
/package.json
/projects/lib/package.json
Update readme on:
/README.md
/projects/lib/README.md
Update dependencies
npm update
Rebuild library
npm run build-lib
Push to package manager
npm publish dist\ngx-bootstrap-icons-picker
Rebuild demo with:
npm run build-demo
Push new files to remote repository