Skip to content

Commit b99ffad

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
with:
2020
node-version: 18
2121
- run: npm i --legacy-peer-deps
22-
- name : Build Document-UI
22+
- name : Build Documents-UI
2323
run : |
24-
cd packages/tdb-document-ui
24+
cd packages/tdb-documents-ui
2525
npm run build
2626
- name: Build
2727
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
@@ -82,9 +82,9 @@ jobs:
8282
with:
8383
node-version: 18
8484
- run: npm i --legacy-peer-deps
85-
- name : Build Document-UI
85+
- name : Build Documents-UI
8686
run : |
87-
cd packages/tdb-document-ui
87+
cd packages/tdb-documents-ui
8888
npm run build
8989
- name: Build local dashboard
9090
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)