We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d9410 commit 6e138a4Copy full SHA for 6e138a4
.github/workflows/lint.yml
@@ -75,4 +75,4 @@ jobs:
75
if: steps.lint.outputs.exit_code != '0' && !cancelled()
76
run: exit ${{ steps.lint.outputs.exit_code }}
77
- name: Build
78
- run: next build --no-lint
+ run: pnpm run build --no-lint
0 commit comments