-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use current yarn version in vercel on deploy via cli (#1007)
- Loading branch information
Showing
2 changed files
with
133 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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]" | ||
} |
Oops, something went wrong.