Skip to content

Commit df56f26

Browse files
chore: fix issues related to pnpm 11.0 update (#1291)
* Remove onlyBuiltDependencies from package.json * Add allowBuilds to pnpm-workspace.yaml
1 parent c4046b8 commit df56f26

2 files changed

Lines changed: 14 additions & 19 deletions

File tree

package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,5 @@
7373
"typescript-eslint": "^8.58.0",
7474
"typesync": "0.14.3",
7575
"yaml": "2.8.3"
76-
},
77-
"pnpm": {
78-
"onlyBuiltDependencies": [
79-
"@chainsafe/blst",
80-
"@parcel/watcher",
81-
"bcrypto",
82-
"better-sqlite3",
83-
"bstring",
84-
"es5-ext",
85-
"esbuild",
86-
"lmdb",
87-
"msgpackr-extract",
88-
"nsfw",
89-
"nx",
90-
"protobufjs"
91-
]
9276
}
9377
}

pnpm-workspace.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
packages:
2-
- "packages/**"
3-
- "tests/**"
4-
- "!tests/e2e/consensus"
2+
- "packages/**"
3+
- "tests/**"
4+
- "!tests/e2e/consensus"
5+
allowBuilds:
6+
bcrypto: true
7+
better-sqlite3: true
8+
bstring: true
9+
es5-ext: true
10+
esbuild: true
11+
lmdb: true
12+
msgpackr-extract: true
13+
nsfw: true
14+
nx: true
15+
protobufjs: true

0 commit comments

Comments
 (0)