Skip to content

Commit 3cb8d64

Browse files
committed
pnpm install
1 parent 79c43df commit 3cb8d64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- recursive: true
2626
args: [--no-frozen-lockfile]
2727
28+
- name: Install dependencies
29+
run: pnpm install
30+
2831
- name: Build bau/examples/bau-ts-test
2932
working-directory: bau/examples/bau-ts-test
3033
run: |

0 commit comments

Comments
 (0)