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 98d7a1a commit b6e7239Copy full SHA for b6e7239
.github/workflows/deploy-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: 22
19
cache: "npm"
20
- cache-dependency-path: "documentations/react/package-lock.json"
+ cache-dependency-path: "**/package-lock.json"
21
22
- run: npm ci
23
0 commit comments