Skip to content

Commit 0643992

Browse files
authored
chore: migrate npmrc settings to pnpm workspace config (#1374)
1 parent 1f81fe8 commit 0643992

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.npmrc

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

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@
3434
"is-in-ci": "^1.0.0",
3535
"turbo": "^2.8.16",
3636
"typescript": "catalog:"
37-
},
38-
"pnpm": {
39-
"overrides": {
40-
"caniuse-lite": "^1.0.30001774"
41-
}
4237
}
4338
}

pnpm-workspace.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ packages:
44
- "tests/*"
55
- "website"
66

7+
autoInstallPeers: false
8+
linkWorkspacePackages: true
9+
packageManagerStrict: true
10+
packageManagerStrictVersion: false
11+
updateNotifier: false
12+
13+
overrides:
14+
"caniuse-lite": ^1.0.30001774
15+
16+
allowBuilds:
17+
"@biomejs/biome": true
18+
"@swc/core": true
19+
"core-js": true
20+
"esbuild": true
21+
722
catalog:
823
"@rspack/core": ^1.6.0
924
"@rslib/core": ^0.6.3

0 commit comments

Comments
 (0)