unifystockx / code_compete

Coding Competition with TDD and TypeScript
MIT License
0 stars 2 forks source link

Husky hooks, replace npm with yarn #5

Closed nirajunify closed 4 years ago

nirajunify commented 4 years ago

Husky hooks, replace npm with yarn:

"pre-commit": "yarn lint:fix && yarn test", "pre-push": "yarn test"

krajasekhar-unify commented 4 years ago

Will push the fix once the master is updated with the changes from PR: #1 got merged.