Skip to content

Commit

Permalink
build: use yarn v3 temporarily for Vecel
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 11, 2023
1 parent e4a6ff7 commit a9a5fa4
Show file tree
Hide file tree
Showing 3 changed files with 1,386 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
compressionLevel: mixed

enableHardenedMode: false
enableGlobalCache: true

nodeLinker: node-modules

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@3.6.4",
"scripts": {
"build": "run-p 'build:*'",
"build:r": "r -f cjs",
Expand Down Expand Up @@ -87,7 +87,7 @@
"prettier-plugin-toml": "link:packages/toml",
"rimraf": "^5.0.5",
"rollup": "^4.8.0",
"vite": "patch:vite@npm%3A5.0.7#~/.yarn/patches/vite-npm-5.0.7-583fea8b6f.patch"
"vite": "patch:vite@npm%3A5.0.7#.yarn/patches/vite-npm-5.0.7-583fea8b6f.patch"
},
"browserslist": [
"extends @1stg/browserslist-config/modern"
Expand Down
Loading

0 comments on commit a9a5fa4

Please sign in to comment.