diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755 index d990d3d..2205920 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1,2 @@ +#!/bin/sh cd gui/src-frontend && npx --no -- commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 index 4a41aa2..b410143 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +#!/bin/sh cd gui/src-frontend && npx lint-staged