Skip to content

Commit e0686b4

Browse files
committed
Build fix
1 parent 9c2f75a commit e0686b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
with:
3535
version: 8.8.0
3636
run_install: false
37+
- name: Install dependencies
38+
run: pnpm install
3739
- name: 📦 Bundle
38-
run: pnpm test
40+
run: pnpm build
3941
- name: 🧪 Run Tests
4042
run: pnpm test
4143
- name: 🐛 Debug Build

0 commit comments

Comments
 (0)