Husky Test
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# 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
|
npm run bump-version
|
||||||
|
|
||||||
# Version-Datei direkt ins Commit aufnehmen
|
|
||||||
git add ./config/appVersion.js
|
git add ./config/appVersion.js
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
// /config/appVersion
|
// /config/appVersion
|
||||||
export const APP_VERSION = "1.1.137";
|
export const APP_VERSION = "1.1.138";
|
||||||
|
|||||||
Reference in New Issue
Block a user