exo-digital-labs / ERC721R

https://erc721r.super.site/
MIT License
240 stars 60 forks source link

Add husky & Pretty Quick #30

Closed lawweiliang closed 2 years ago

lawweiliang commented 2 years ago

@elie222 ,

As disccussed earlier, husky and pretty-quick was added.

There are some changes over husky side. Previously, it will automatically install the git hook after finished npm install. Now, if it is a fresh clone project, we need to run npm run prepare manually to install the git hook. (Need to include this over readme file)

Here is the articles that explain why husky doesn't autoinstall anymore? https://blog.typicode.com/husky-git-hooks-autoinstall/


Update Readme file on 'How to Install ERC721R'

😄 😄 😄

elie222 commented 2 years ago

@lawweiliang https://github.com/exo-digital-labs/ERC721R/issues/36