Skip to content

Commit

Permalink
feat: use current yarn version in vercel on deploy via cli (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st authored Dec 7, 2024
1 parent 311fd08 commit 3408257
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 136 deletions.
9 changes: 5 additions & 4 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "next lint",
"format": "prettier --write . '!(node_modules|.next|contracts)/**/*'",
"check-types": "tsc --noEmit --incremental",
"vercel": "vercel",
"vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"
"vercel": "vercel --build-env YARN_ENABLE_IMMUTABLE_INSTALLS=false --build-env ENABLE_EXPERIMENTAL_COREPACK=1",
"vercel:yolo": "vercel --build-env YARN_ENABLE_IMMUTABLE_INSTALLS=false --build-env ENABLE_EXPERIMENTAL_COREPACK=1 --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
Expand Down Expand Up @@ -50,6 +50,7 @@
"tailwindcss": "^3.4.11",
"type-fest": "^4.26.1",
"typescript": "<5.6.0",
"vercel": "^37.4.2"
}
"vercel": "^39.1.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 3408257

Please sign in to comment.