Skip to content

Commit dcfc00b

Browse files
committed
chore: update yarn to v4
1 parent f5a10fe commit dcfc00b

File tree

6 files changed

+7589
-7597
lines changed

6 files changed

+7589
-7597
lines changed

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
24

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5-
spec: "@yarnpkg/plugin-workspace-tools"
5+
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"scripts": {
1414
"build": "yarn build:packages && yarn build:apps",
15-
"build:packages": "yarn workspaces foreach -t --include @recast-navigation/wasm --include @recast-navigation/core --include @recast-navigation/generators --include @recast-navigation/three --include recast-navigation run build",
16-
"build:apps": "yarn workspaces foreach -t --include navmesh-website --include docs run build",
15+
"build:packages": "yarn workspaces foreach -t -A --include @recast-navigation/wasm --include @recast-navigation/core --include @recast-navigation/generators --include @recast-navigation/three --include recast-navigation run build",
16+
"build:apps": "yarn workspaces foreach -A -t --include navmesh-website --include docs run build",
1717
"test": "concurrently --kill-others-on-fail \"yarn test:packages\" \"yarn test:node-smoke-test\" \"yarn test:bundlers-smoke-test\" \"yarn lint\"",
18-
"test:packages": "yarn workspaces foreach -t --include recast-navigation --include @recast-navigation/core --include @recast-navigation/three --include @recast-navigation/generators run test",
18+
"test:packages": "yarn workspaces foreach -A -t --include recast-navigation --include @recast-navigation/core --include @recast-navigation/three --include @recast-navigation/generators run test",
1919
"test:node-smoke-test": "(cd ./examples/node-cjs-example && yarn start) && (cd ./examples/node-esm-example && yarn start)",
2020
"test:bundlers-smoke-test": "concurrently --kill-others-on-fail \"(cd ./examples/parcel-example && yarn build)\" \"(cd ./examples/react-scripts-example && yarn build)\" \"(cd ./examples/vite-example && yarn build)\"",
2121
"lint": "yarn workspaces foreach -A -t run lint",
@@ -28,5 +28,5 @@
2828
"@changesets/cli": "^2.26.2",
2929
"concurrently": "^8.2.2"
3030
},
31-
"packageManager": "yarn@3.5.0"
31+
"packageManager": "yarn@4.0.2"
3232
}

0 commit comments

Comments
 (0)