Skip to content

Commit ca37d4b

Browse files
committed
fix dev dependency issue
1 parent ec723d6 commit ca37d4b

File tree

3 files changed

+375
-13
lines changed

3 files changed

+375
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies (npm ci)
2727
run: npm ci --no-audit --no-fund
2828

29+
- name: Build themes
30+
run: npm run build-themes
31+
2932
- name: Install Internal Package
3033
uses: DevExpress/github-actions/install-internal-package@main
3134

0 commit comments

Comments
 (0)