Contributions are welcome.
yarn installyarn setup— setup precommit hook- Check for type errors:
yarn tsc - Run Rollup:
yarn build - Run tests:
yarn test - Run ESLint:
yarn lint - Run Storybook:
yarn storybook
- Make sure that the CI workflow succeeded.
- Increment version in
package.json. - (If production release) Add a git tag in the format
v1.0.0. - Commit and push. Remember to push tags as well with
git push --tags. yarn npm publishoryarn npm publish --tag next. Theprepackscript will automatically do a clean and build.- (If production release) Create a new release in GitHub.
There are some test projects that use react-loading-skeleton in the
react-loading-skeleton-test-projects
repository.