Skip to content

Commit 1e82c7d

Browse files
committed
ci: run build step before linters
Signed-off-by: Andres Correa Casablanca <castarco@coderspirit.xyz>
1 parent f2202f8 commit 1e82c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-react-svg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
cache: 'pnpm'
3636
- name: Install dependencies
3737
run: pnpm --filter react install
38+
- name: Build Library
39+
run: pnpm --filter react run build
3840
- name: Run Linters
3941
if: ${{ matrix.os == 'ubuntu-22.04' }}
4042
run: pnpm --filter react run lint
41-
- name: Build Library
42-
run: pnpm --filter react run build
4343
- name: Run Tests
4444
run: pnpm --filter react run test:coverage

0 commit comments

Comments
 (0)