Skip to content

Commit 88caf9e

Browse files
authored
Merge pull request #14 from reapit/chore/yarn-v4
chore: upgrade to yarn v4
2 parents ce07b89 + c3a9bf7 commit 88caf9e

6 files changed

Lines changed: 4253 additions & 4262 deletions

File tree

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

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

.yarn/releases/yarn-3.6.4.cjs

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

.yarn/releases/yarn-4.0.0.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,9 +1,9 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules
26

37
npmPublishAccess: public
48

5-
plugins:
6-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7-
spec: "@yarnpkg/plugin-workspace-tools"
8-
9-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.0.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@reapit-cdk/ts-constructs",
33
"description": "CDK Constructs Monorepo",
4-
"packageManager": "yarn@3.6.4",
4+
"packageManager": "yarn@4.0.0",
55
"private": true,
66
"workspaces": [
77
"packages/*/*"
88
],
99
"scripts": {
1010
"test": "jest --ignoreProjects 'integration tests' --coverage",
1111
"check": "tsc packages/**/*.ts --noEmit",
12-
"build": "yarn workspaces foreach -v run build",
13-
"lint": "yarn workspaces foreach -v run lint",
12+
"build": "yarn workspaces foreach --all -v run build",
13+
"lint": "yarn workspaces foreach --all -v run lint",
1414
"integ": "jest --ignoreProjects 'unit tests' --silent false",
1515
"root:test": "jest --ignoreProjects 'integration tests'",
1616
"root:integ": "jest --ignoreProjects 'unit tests' --silent false",

0 commit comments

Comments
 (0)