Skip to content

Commit 1b86a93

Browse files
committed
fix(workflows): fixed test workflow
1 parent 069a108 commit 1b86a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install dependencies
1818
run: npm ci
1919

20+
- name: Build files
21+
run: npm run build
22+
2023
- name: Run ESLint
2124
run: npm run lint
2225

0 commit comments

Comments
 (0)