diff --git a/src/lib/litegraph/.husky/pre-commit b/src/lib/litegraph/.husky/pre-commit deleted file mode 100644 index a19f49ff7c..0000000000 --- a/src/lib/litegraph/.husky/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -if [[ "$OS" == "Windows_NT" ]]; then - npx.cmd lint-staged -else - npx lint-staged -fi