Update nextjs.yml

This commit is contained in:
Hri7566 2023-07-07 02:55:44 -04:00 committed by GitHub
parent c3f33cd385
commit 72f174f9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build with Next.js
run: pnpm next build
- name: Static HTML export with Next.js