Skip to content

Commit 97a8cb9

Browse files
Copilotfengmk2
andcommitted
chore: rename vite to vp in CI workflow commands
setup-vp installs the vp binary, not vite Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent 4f3dae8 commit 97a8cb9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
- run: npx playwright install chromium
3030

31-
- run: vite run fmt:check
31+
- run: vp run fmt:check
3232

33-
- run: vite run lint --format github
33+
- run: vp run lint --format github
3434

35-
- run: vite run test
35+
- run: vp run test
3636

37-
- run: vite run @vibe/dashboard#build
37+
- run: vp run @vibe/dashboard#build
3838

39-
- run: vite run ready
39+
- run: vp run ready

0 commit comments

Comments
 (0)