chore: add stage-distribution hook to ensure dist/ is committed
Lint / pre-commit Linting (push) Failing after 36s
Test / Run Tests (push) Successful in 1m6s

This commit is contained in:
2026-05-16 16:46:06 +02:00
parent 28eb7c2971
commit e5ceb46096
+7
View File
@@ -55,3 +55,10 @@ repos:
files: ^(index\.js|monitor\.js|package\.json|package-lock\.json)$ files: ^(index\.js|monitor\.js|package\.json|package-lock\.json)$
pass_filenames: false pass_filenames: false
stages: [pre-commit] stages: [pre-commit]
- id: add-dist
name: stage-distribution
entry: git add dist/
language: system
files: ^(index\.js|monitor\.js|package\.json|package-lock\.json)$
pass_filenames: false
stages: [pre-commit]