fix: husky hooks 添加 shebang 行以支持 Windows Git
This commit is contained in:
Regular → Executable
+1
@@ -1 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
cd gui/src-frontend && npx --no -- commitlint --edit $1
|
cd gui/src-frontend && npx --no -- commitlint --edit $1
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
cd gui/src-frontend && npx lint-staged
|
cd gui/src-frontend && npx lint-staged
|
||||||
|
|||||||
Reference in New Issue
Block a user