- Creating a bundle:
npm prepublish
- Working on docs:
npm run docs:watch
- Developing with tests:
npm run test:watch
Ensure you have commitizen installed and commit using git cz
.
Pull requests should be issued for even the smallest change. Every pull request should have at least one corresponding issue.
Skate uses semantic-release and conentional-changelog so releases are published automatically.
- Default branch should always be the latest stable branch.