Husky Installation

This commit is contained in:
ISA
2025-03-04 14:24:57 +01:00
parent 862dce6625
commit 0c51b8db79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
echo "✅ Husky pre-commit läuft (nur Linting oder Checks hier)." npm run lint

View File

@@ -1,2 +1,2 @@
// /config/appVersion // /config/appVersion
export const APP_VERSION = "1.1.2"; APP_VERSION = "1.1.3";