Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.07k stars 118 forks source link

Install `husky` + add the `pre-push` hook #100

Closed GNSPS closed 5 years ago

GNSPS commented 5 years ago

Install the husky package as a dependency to make git hooks more easily manageable.

This way we can make everybody compile & test locally by default, before pushing.