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 cd1b431 commit 8810a63Copy full SHA for 8810a63
.github/workflows/ci.yml
@@ -60,8 +60,8 @@ jobs:
60
# if: ${{ steps.test.outputs.exit_code }} != 0
61
# run: exit ${{ steps.test.outputs.exit_code }}
62
63
- - name: Build application
64
- run: npm run build
+ - name: Build frontend
+ run: npm run build-ui
65
66
- name: Save build folder
67
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
0 commit comments