rewart-frontend-library
v4.3.33
Published
Simply commit with one of those messages: - Patch release `fix: some fix` - Minor release `feat: minor release` - Major release ``` feat: major release BREAKING CHANGE: Some info ```
Downloads
3,847
Readme
rewart-frontend-library
Publish package
Simply commit with one of those messages:
- Patch release
fix: some fix - Minor release
feat: minor release - Major release
feat: major release
BREAKING CHANGE: Some infoProject setup
npm installCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint