Skip to content

Commit 5dd0150

Browse files
also do pnpm install in exmples directory
1 parent 1d603d8 commit 5dd0150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
version: 9
2727
- run: pnpm install
28+
- run: pnpm install
29+
working-directory: examples
2830
- run: pnpm run build
2931
- run: pnpm run lint
3032
- run: pnpm run test

0 commit comments

Comments
 (0)