We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dd459 commit 129026cCopy full SHA for 129026c
.github/workflows/main_workflow.yml
@@ -19,6 +19,10 @@ jobs:
19
with:
20
node-version: 18
21
- run: npm i --legacy-peer-deps
22
+ - name : Build Document-UI
23
+ run : |
24
+ cd packages/tdb-document-ui
25
+ npm run build
26
- name: Build
27
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
28
run: |
@@ -78,6 +82,10 @@ jobs:
78
82
79
83
80
84
85
86
87
88
81
89
- name: Build local dashboard
90
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
91
0 commit comments