Skip to content

Commit 8e63d14

Browse files
committed
refactor(marker): migrate to repo + build groups
Replace flat layout + native with repo: { type } + build: { from, type } matching the updated socket-wheelhouse schema.
1 parent a31406f commit 8e63d14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.config/socket-wheelhouse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "./socket-wheelhouse-schema.json",
33
"schemaVersion": 1,
44
"repoName": "socket-addon",
5-
"layout": "monorepo",
6-
"native": "consumer"
5+
"repo": { "type": "monorepo" },
6+
"build": { "from": "npm-registry", "type": "addon" }
77
}

0 commit comments

Comments
 (0)