Skip to content

Files

Latest commit

a8f5c9c · Nov 11, 2023

History

History
14 lines (10 loc) · 349 Bytes

TROUBLESHOOTING.md

File metadata and controls

14 lines (10 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.