Skip to content

Commit 5ed0466

Browse files
committed
Remove EDR from pnpm workspaces
1 parent 4641ee9 commit 5ed0466

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"access": "public",
77
"baseBranch": "main",
88
"updateInternalDependencies": "minor",
9-
"ignore": ["@nomiclabs/common", "benchmark"],
9+
"ignore": ["@nomiclabs/common"],
1010
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1111
"onlyUpdatePeerDependentsWhenOutOfRange": true
1212
}

pnpm-workspace.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
packages:
22
- "packages/*"
3-
- "crates/edr_napi"
4-
- "crates/tools/js/benchmark"

0 commit comments

Comments
 (0)