Skip to content

Commit 9114758

Browse files
committed
UPDATE wallet frontend build
1 parent 034b8f5 commit 9114758

15 files changed

Lines changed: 3008 additions & 102 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@ jobs:
353353
run: npm run build
354354
env:
355355
CI: true
356+
357+
- name: Build wallet frontend bundle
358+
working-directory: frontend
359+
run: npm run build:wallet
360+
env:
361+
CI: true
356362

357363
- name: Upload frontend build artifacts
358364
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)