Skip to content

Commit

Permalink
fix: vercel unexpected ERR_PNPM_OUTDATED_LOCKFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang committed Oct 27, 2023
1 parent 3aeefea commit 3f61199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "pnpm install",
"installCommand": "pnpm install --frozen-lockfile=false",
"buildCommand": "pnpm run build && pnpm deploy:build",
"outputDirectory": "./packages/site/dist"
}

0 comments on commit 3f61199

Please sign in to comment.