Skip to content

Commit 8aebed1

Browse files
committed
fix(e2e): run vp check --fix before vp run check for vinext
Migration changes pnpm-workspace.yaml formatting (quote styles), so run vp check --fix first to normalize formatting before the project's own check command validates it.
1 parent 0c769f8 commit 8aebed1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
node-version: 24
262262
command: |
263263
vp run build
264+
vp check --fix
264265
vp run check
265266
vp run test
266267
exclude:

0 commit comments

Comments
 (0)