opengovsg / mockpass

A mock SingPass/CorpPass/MyInfo server for dev purposes
https://blog.data.gov.sg/mockpass-a-mock-singpass-corppass-server-for-testing-in-development-a583193c898c
MIT License
86 stars 82 forks source link

chore: upgrade husky setup for v9 #663

Closed cflee closed 5 months ago

cflee commented 5 months ago

Remove boilerplate from hook files.

Move husky install from postinstall to prepare, to match current husky init behaviour.

Use husky's suggested script to avoid errors for npm installs without devDependencies.