Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 491 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 491 Bytes

Contributing

react-prop-log uses Rollup to build and Jest for testing.

Setup

Clone the project, then run npm i.

  • npm run build will build the project
  • npm run dev will build & watch for changes
  • npm run test to run tests, npm run test:watch to watch for changes.
  • npm run lint to lint

All new functionality should have passing tests & should pass our eslint checks. Any changes to package-lock.json must be committed.