MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
21 stars 4 forks source link

Add Husky Git hooks #11

Closed MartinP460 closed 11 months ago

MartinP460 commented 11 months ago

Proposed changes

Added Husky git hooks to verify that code format is correct, tests succeed and the project builds before pushing. Also added and renamed scripts in package.json and modified CONTRIBUTING.md to account for these new scripts.

How to test

  1. Checkout a new branch.
  2. Make a small change and commit. Verify that the lint command is run.
  3. Push the changes and verify that lint, unit tests and the build test are run.