Skip to content

Commit 7d34595

Browse files
committed
fix: workflow with the correct script
1 parent 1c80f10 commit 7d34595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Start Vite dev server
2727
run: |
28-
nohup npm run dev:ci > vite.log 2>&1 &
28+
nohup npm run dev > vite.log 2>&1 &
2929
npx wait-on http://localhost:5173
3030
3131
- name: Cache Puppeteer browsers

0 commit comments

Comments
 (0)