Do not fail if frontend pre-commit hook fails

This commit is contained in:
Dmitry Verkhoturov
2024-11-10 18:12:43 -06:00
committed by Umputun
parent d23b7003c6
commit a4772bd9de
-2
View File
@@ -1,6 +1,4 @@
# .husky/pre-commit
cd frontend
nvm use || true
npm i || true
pnpm lint-staged || true