Skip to content

Commit 234999d

Browse files
committed
Build with webpack in CI
1 parent ab11641 commit 234999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Disable Telemetry program
8080
run: ${{ steps.detect-package-manager.outputs.runner }} next telemetry disable
8181
- name: Build with Next.js
82-
run: ${{ steps.detect-package-manager.outputs.runner }} next build
82+
run: ${{ steps.detect-package-manager.outputs.runner }} next build --webpack
8383
- name: Upload artifact
8484
uses: actions/upload-pages-artifact@v3
8585
with:

0 commit comments

Comments
 (0)