We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927bdd commit 78d9a97Copy full SHA for 78d9a97
1 file changed
.github/workflows/lint.yaml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: '20'
20
cache: 'pnpm'
21
+ cache-dependency-path: 'packages/scenes-client/pnpm-lock.yaml'
22
- run: pnpm install
23
- name: Lint scenes client
24
working-directory: packages/scenes-client
0 commit comments