Skip to content

Commit da84370

Browse files
authored
Merge pull request #4620 from opsmill/dga-20241012-remove-husky
Remove husky pre commit hook
2 parents 1985aff + 206c508 commit da84370

File tree

8 files changed

+2
-1438
lines changed

8 files changed

+2
-1438
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ node_modules
1515
coverage.xml
1616
.git*
1717
.devcontainer
18-
.husky
1918
frontend/**/node_modules
2019
frontend/**/playwright-report
2120

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ jobs:
474474
with:
475475
node-version: 20
476476
cache: 'npm'
477-
cache-dependency-path: package-lock.json
477+
cache-dependency-path: docs/package-lock.json
478478
- name: "Install dependencies"
479479
run: npm install
480480
- name: "Setup Python environment"
@@ -577,7 +577,7 @@ jobs:
577577
with:
578578
node-version: 20
579579
cache: 'npm'
580-
cache-dependency-path: package-lock.json
580+
cache-dependency-path: frontend/app/package-lock.json
581581

582582
- name: Install Invoke
583583
run: pip install toml invoke

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

frontend/app/package-lock.json

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"@types/sha1": "^1.1.5",
112112
"@vitest/coverage-v8": "^1.4.0",
113113
"cypress": "^13.15.0",
114-
"husky": "^8.0.3",
115114
"jsdom": "^24.0.0",
116115
"lint-staged": "^15.2.10",
117116
"openapi-typescript": "^7.0.2",

0 commit comments

Comments
 (0)