Skip to content

Commit 4205e90

Browse files
committed
fix
1 parent 6da42ec commit 4205e90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/node.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ jobs:
130130
- name: Build libs
131131
run: |
132132
yarn build:packages
133+
- name: Build webui
134+
run: |
135+
cd packages/webui
136+
yarn build
133137
- name: Persist Built Version information
134138
run: |
135139
cd meteor

0 commit comments

Comments
 (0)