Contributions are welcome.
yarn install
yarn 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 publish
oryarn npm publish --tag next
. Theprepack
script 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.