Skip to content

Commit cdfa244

Browse files
committed
fix ci script
1 parent 8173d79 commit cdfa244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/housekeeping.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Install Playwright Browsers
1919
run: pnpm exec playwright install --with-deps
2020
- name: Lint code
21-
run: pnpm exec lint
21+
run: pnpm lint
2222
- name: Run unit tests
23-
run: pnpm exec vitest
23+
run: pnpm vitest
2424
- name: Start Vite dev server
2525
run: pnpm exec vite --port 3000 &
2626
- name: Run Playwright tests

0 commit comments

Comments
 (0)