Skip to content

Commit 0107f04

Browse files
committed
fix ci
1 parent b49e6c5 commit 0107f04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: 24
2323
cache: true
2424

25+
- name: Build
26+
run: vp run -r build
27+
2528
- name: Check formatting, linting and type checks
2629
run: vp check
2730

@@ -35,9 +38,6 @@ jobs:
3538
with:
3639
token: ${{ secrets.CODECOV_TOKEN }}
3740

38-
- name: Build
39-
run: vp run -r build
40-
4141
- name: Cypress run
4242
uses: cypress-io/github-action@v7
4343
with:

0 commit comments

Comments
 (0)