Skip to content

Commit 97cc488

Browse files
committed
chore: update build-bundler workflow to use yarn start for building dependencies
1 parent 5c1aa19 commit 97cc488

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-bundler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install dependencies
4444
run: yarn install
4545

46+
- name: Build dependencies
47+
run: yarn start
48+
4649
- name: Build dependencies
4750
run: yarn build:deps
4851

0 commit comments

Comments
 (0)