Skip to content

Commit d1cccdf

Browse files
committed
fix: build from next
1 parent d1b4ad1 commit d1cccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'pnpm'
4242
- run: pnpm install --frozen-lockfile
4343
- run: cp .env.dist .env.prod
44-
- run: pnpm build
44+
- run: pnpm next build
4545

4646
deploy-dev:
4747
if: ${{ github.event_name != 'pull_request' && (github.ref == 'refs/heads/dev') }}

0 commit comments

Comments
 (0)