We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5895449 commit 3c14fdeCopy full SHA for 3c14fde
.github/workflows/validate.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
node-version: "22"
57
cache: "npm"
58
- cache-dependency-path: custom_components/maint/frontend/package-lock.json
+ cache-dependency-path: frontend/package-lock.json
59
60
- name: Run lint
61
run: make lint
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
- name: Run TypeScript unit tests with coverage
110
run: make test-frontend
0 commit comments