Skip to content

Commit a86fb01

Browse files
authored
Update ci.yml
1 parent 5151bb0 commit a86fb01

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818

1919
- name: Install Node.js dependencies
2020
run: npm ci
21+
22+
- name: Run linter
23+
run: npm run lint:ci
2124

25+
- name: Build Assets
26+
run: npm run build
27+
2228
- name : Run test
23-
run: npm run test
24-
25-
- name: Run linter
26-
run: npm run lint
29+
run: npm run test:ci

0 commit comments

Comments
 (0)