Skip to content

Commit 9a0ecbb

Browse files
committed
remove --no-optional, it's not actually needed
1 parent 931d3ec commit 9a0ecbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

9393
- name: Install packages
9494
# We only want to install required production packages
95-
run: pnpm install --prod --no-optional
95+
run: pnpm install --prod
9696

9797
- name: Build Next.js (ISR)
9898
# We want a ISR build on CI to ensure that regular Next.js builds work as expected.

0 commit comments

Comments
 (0)