Skip to content

Commit 9ba4b45

Browse files
Update test script
1 parent 100d567 commit 9ba4b45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: npm --color ci
2626

27-
- name: Compile
28-
run: npm --color run compile
27+
- name: Build
28+
run: npm --color run build
2929

3030
- name: Run lint
3131
run: npm --color run lint

0 commit comments

Comments
 (0)