We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b412a9 commit 05bc7b2Copy full SHA for 05bc7b2
.husky/pre-commit
@@ -1,9 +1,9 @@
1
branch="$(git rev-parse --abbrev-ref HEAD)"
2
3
-if [ "$branch" = "main" ]; then
4
- echo "You can't commit directly to main - please check out a branch."
5
- exit 1
6
-fi
+# if [ "$branch" = "main" ]; then
+# echo "You can't commit directly to main - please check out a branch."
+# exit 1
+# fi
7
8
npx lint-staged
9
npm run compile
0 commit comments