Skip to content

Commit

Permalink
Update Yarn to 4.0.0 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan authored Oct 24, 2023
1 parent 3ad2132 commit f47bcb5
Show file tree
Hide file tree
Showing 7 changed files with 3,007 additions and 4,457 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version: 18
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: Install
run: yarn install --immutable
- name: build
Expand Down
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
enableGlobalCache: true

nmMode: hardlinks-local

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
],
"private": true,
"scripts": {
"build:all": "yarn workspaces foreach --topological-dev -pv run build",
"test:all": "yarn workspaces foreach -pv run test:ci",
"lint:all": "yarn workspaces foreach -pv run lint"
"build:all": "yarn workspaces foreach --topological-dev -Ap run build",
"test:all": "yarn workspaces foreach -Ap run test:ci",
"lint:all": "yarn workspaces foreach -Ap run lint"
},
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit f47bcb5

Please sign in to comment.