Skip to content

Commit 1ab8362

Browse files
committed
pointing to right path
1 parent 78d9a97 commit 1ab8362

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
node-version: '20'
2020
cache: 'pnpm'
2121
cache-dependency-path: 'packages/scenes-client/pnpm-lock.yaml'
22-
- run: pnpm install
22+
- name: Install dependencies
23+
working-directory: packages/scenes-client
24+
run: pnpm install
2325
- name: Lint scenes client
2426
working-directory: packages/scenes-client
2527
run: pnpm lint

0 commit comments

Comments
 (0)