Skip to content

Files

Latest commit

6a88d49 · Apr 11, 2023

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.