From 0dea0fa4b47cbdf9494daa8c448ec91868089f7d Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 1 Sep 2024 22:02:31 +0200 Subject: [PATCH] build: make the commit-msg Git hook executable --- .eslintcache | 1 + .husky/commit-msg | 0 2 files changed, 1 insertion(+) create mode 100644 .eslintcache mode change 100644 => 100755 .husky/commit-msg diff --git a/.eslintcache b/.eslintcache new file mode 100644 index 0000000..84a7c70 --- /dev/null +++ b/.eslintcache @@ -0,0 +1 @@ +[{"/home/dorians-http-host/Development/svrjs-next/lint-staged.config.js":"1"},{"size":54,"mtime":1725220891968}] \ No newline at end of file diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755