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 129026c commit b99ffadCopy full SHA for b99ffad
.github/workflows/main_workflow.yml
@@ -19,9 +19,9 @@ jobs:
19
with:
20
node-version: 18
21
- run: npm i --legacy-peer-deps
22
- - name : Build Document-UI
+ - name : Build Documents-UI
23
run : |
24
- cd packages/tdb-document-ui
+ cd packages/tdb-documents-ui
25
npm run build
26
- name: Build
27
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
@@ -82,9 +82,9 @@ jobs:
82
83
84
85
86
87
88
89
- name: Build local dashboard
90
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
0 commit comments