Skip to content

Commit b1ae8f1

Browse files
committed
chore: yarn 4 website
1 parent 360ac58 commit b1ae8f1

File tree

6 files changed

+14636
-9756
lines changed

6 files changed

+14636
-9756
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
NODE_OPTIONS: "--max-old-space-size=4096"
3636
GITHUB_HEAD_REF: "${{ github.event_name == 'pull_request' && github.head_ref || 'main' }}"
3737
run: |
38-
yarn install --frozen-lockfile
38+
yarn install --immutable
3939
yarn clear
4040
export STAGING_BUILD=false
4141
yarn build

website/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
22+
.pnp.*
23+
.yarn/*
24+
!.yarn/patches
25+
!.yarn/plugins
26+
!.yarn/releases
27+
!.yarn/sdks
28+
!.yarn/versions

website/.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

website/.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2+
nodeLinker: node-modules

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
},
5656
"engines": {
5757
"node": ">=22.0"
58-
}
58+
},
59+
"packageManager": "yarn@4.5.3"
5960
}

0 commit comments

Comments
 (0)