Husky Installation
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run lint
|
||||
# Husky v9 braucht KEINEN _/husky.sh mehr!
|
||||
|
||||
# Falls du Linting willst:
|
||||
# npm run lint
|
||||
|
||||
# Falls du einfach nur die Version bumpen willst:
|
||||
npm run bump-version
|
||||
|
||||
# Version-Datei direkt ins Commit aufnehmen
|
||||
git add ./config/appVersion.js
|
||||
|
||||
Reference in New Issue
Block a user