Skip to content

Commit c8dd19a

Browse files
author
Mendes Hugo
committed
fix(ci): correct build order
1 parent 377634d commit c8dd19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
- name: Install packages
2727
run: npm ci
2828

29+
- name: Build
30+
run: npm run build
31+
2932
# No need to have the generated content up-to-date, but its content must be complete
3033
- name: Verify documentation content
3134
run: npm run docs:update
3235

3336
- name: Lint
3437
run: npm run lint
3538

36-
- name: Build
37-
run: npm run build
38-
3939
- name: Tests
4040
run: npm run test:coverage -- --ci

0 commit comments

Comments
 (0)