Skip to content

Latest commit

Β 

History

History
12 lines (8 loc) Β· 349 Bytes

TROUBLESHOOTING.md

File metadata and controls

12 lines (8 loc) Β· 349 Bytes

HUSKY setup

If you have trouble running husky pre commit hooks, make sure they have executable permissions. You can do this by running

chmod ug+x .husky/*
chmod ug+x .git/hooks/*

Github Actions

GH_TOKEN - Needs to have write access for semantic release action. Generate a personal access token else RELEASE action will fail.