Skip to content

Commit 20ef117

Browse files
committed
improved github CI script with build:vite
1 parent 5521556 commit 20ef117

File tree

2 files changed

+369
-386
lines changed

2 files changed

+369
-386
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Build (webpack)
5252
run: npm run build
5353

54+
- name: Build (Vite)
55+
run: npm run build:vite
56+
5457
- name: Run tests (with coverage)
5558
run: npm run test:coverage
5659
env:

0 commit comments

Comments
 (0)