Skip to content

Commit 6e138a4

Browse files
committed
Update lint workflow to use pnpm for build step
1 parent 87d9410 commit 6e138a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
if: steps.lint.outputs.exit_code != '0' && !cancelled()
7676
run: exit ${{ steps.lint.outputs.exit_code }}
7777
- name: Build
78-
run: next build --no-lint
78+
run: pnpm run build --no-lint

0 commit comments

Comments
 (0)