blob: 4e0ea053a1fd6207526f95bf41b0928086928ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff --git i/build/ninja_gen/src/node.rs w/build/ninja_gen/src/node.rs
index 38baa8f62..0e80b24a0 100644
--- i/build/ninja_gen/src/node.rs
+++ w/build/ninja_gen/src/node.rs
@@ -52,7 +52,7 @@ impl BuildAction for YarnSetup {
if cfg!(windows) {
"corepack.cmd enable yarn"
} else {
- "corepack enable yarn"
+ "true"
}
}
diff --git i/package.json w/package.json
index f85945cd5..40ec95796 100644
--- i/package.json
+++ w/package.json
@@ -92,6 +92,5 @@
"Chrome 77",
"iOS 14.5"
],
- "type": "module",
- "packageManager": "yarn@4.6.0"
+ "type": "module"
}
|