MLH-Fellowship / react-native-tutorial

6 stars 0 forks source link

Setup husky precommit in root directory to run tests #29

Closed StuffByLiang closed 3 years ago

StuffByLiang commented 3 years ago

This PR initializes an npm project in the root directory and installs husky v4. It aims to set up a pre-commit hook that runs npm test in the react-native project

image

Closes https://github.com/MLH-Fellowship/react-native-tutorial/issues/28

StuffByLiang commented 3 years ago

Closing because this is a duplicate of https://github.com/MLH-Fellowship/react-native-tutorial/pull/30