Skip to content

Commit 129026c

Browse files
committed
build document-ui before dashboard
1 parent 73dd459 commit 129026c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
node-version: 18
2121
- run: npm i --legacy-peer-deps
22+
- name : Build Document-UI
23+
run : |
24+
cd packages/tdb-document-ui
25+
npm run build
2226
- name: Build
2327
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
2428
run: |
@@ -78,6 +82,10 @@ jobs:
7882
with:
7983
node-version: 18
8084
- run: npm i --legacy-peer-deps
85+
- name : Build Document-UI
86+
run : |
87+
cd packages/tdb-document-ui
88+
npm run build
8189
- name: Build local dashboard
8290
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
8391
run: |

0 commit comments

Comments
 (0)