Skip to content

Commit bd46902

Browse files
committed
fix: CI
1 parent db7d088 commit bd46902

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
check-latest: true
2424
- name: Install dependencies
2525
run: npm install
26-
- name: List packages
27-
run: ls -R .
28-
shell: bash
26+
- name: Build
27+
run: npm run build
2928
- name: Test
3029
run: npm run test
3130

0 commit comments

Comments
 (0)