pre-commit husky

This commit is contained in:
ISA
2025-06-17 15:32:20 +02:00
parent 534b22f325
commit 138001e7c1
5 changed files with 6 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false
NEXT_PUBLIC_EXPORT_STATIC=false
NEXT_PUBLIC_USE_CGI=false
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.6.408
NEXT_PUBLIC_APP_VERSION=1.6.409

View File

@@ -5,4 +5,4 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL
NEXT_PUBLIC_EXPORT_STATIC=true
NEXT_PUBLIC_USE_CGI=true
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.6.408
NEXT_PUBLIC_APP_VERSION=1.6.409

View File

@@ -4,7 +4,7 @@
echo "🔄 Version wird automatisch erhöht (bumpVersion.ts)..."
# Version automatisch erhöhen
node /scripts/bumpVersion.ts
npx ts-node scripts/bumpVersion.ts || exit 1
# Automatisch relevante Dateien zum Commit hinzufügen
git add package.json package-lock.json .env.development .env.production

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "cpl-v4",
"version": "1.6.408",
"version": "1.6.409",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cpl-v4",
"version": "1.6.408",
"version": "1.6.409",
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@iconify-icons/ri": "^1.2.10",

View File

@@ -1,6 +1,6 @@
{
"name": "cpl-v4",
"version": "1.6.408",
"version": "1.6.409",
"private": true,
"scripts": {
"dev": "next dev",