Skip to content

Commit da0de9f

Browse files
committed
chore: consolidate all pnpm settings in workspace file
1 parent dfa8160 commit da0de9f

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,5 @@
3434
"is-in-ci": "^1.0.0",
3535
"turbo": "^2.8.16",
3636
"typescript": "catalog:"
37-
},
38-
"pnpm": {
39-
"onlyBuiltDependencies": [
40-
"@biomejs/biome",
41-
"@swc/core",
42-
"core-js",
43-
"esbuild"
44-
]
4537
}
4638
}

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ updateNotifier: false
1313
overrides:
1414
"caniuse-lite": ^1.0.30001774
1515

16+
allowBuilds:
17+
"@biomejs/biome": true
18+
"@swc/core": true
19+
"core-js": true
20+
"esbuild": true
21+
1622
catalog:
1723
"@rspack/core": ^1.6.0
1824
"@rslib/core": ^0.6.3

0 commit comments

Comments
 (0)