Skip to content

Commit 34a203c

Browse files
fix: no nuxt build on ci
1 parent 9db7547 commit 34a203c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Playwright Browsers
3030
run: pnpm exec playwright install --with-deps
3131
- name: Build project
32-
run: pnpm build
32+
run: NO_NUXT=1 pnpm build
3333
- name: Run Playwright tests
3434
run: pnpm test:e2e
3535
- name: Upload Playwright report

0 commit comments

Comments
 (0)