Skip to content

Commit 827db54

Browse files
committed
update yarn to v4
1 parent 6f93ee5 commit 827db54

File tree

5 files changed

+11975
-6745
lines changed

5 files changed

+11975
-6745
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"compile": "tsc",
99
"build": "yarn run clean && yarn run compile",
10-
"test": "yarn --cwd test test",
10+
"test": "yarn test/ test",
1111
"release": "standard-version",
1212
"--------------": "",
1313
"format": "prettier --write .",
@@ -16,7 +16,7 @@
1616
"reset": "yarn run clean:all && yarn install && yarn build",
1717
"-------------- ": "",
1818
"prepack": "yarn build",
19-
"pretest": "yarn --cwd test install",
19+
"pretest": "yarn test/ install",
2020
"prebuild": "rimraf -g dist"
2121
},
2222
"keywords": [
@@ -71,5 +71,5 @@
7171
"dependencies": {
7272
"minimatch": "^3.1.2"
7373
},
74-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
74+
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
7575
}

test/package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@
2525
"typescript-three": "npm:typescript@3.6.5",
2626
"typescript-transform-paths": "file:../"
2727
},
28-
"workspaces": {
29-
"packages": [
30-
"projects/*"
31-
],
32-
"nohoist": [
33-
"**/semver/*",
34-
"**/ts-patch/*"
35-
]
36-
}
28+
"workspaces": [
29+
"projects/*"
30+
]
3731
}

0 commit comments

Comments
 (0)