Skip to content

Commit 023558d

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 ea51e1d commit 023558d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.config/socket-wheelhouse.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"$schema": "./socket-wheelhouse-schema.json",
33
"schemaVersion": 1,
44
"repoName": "socket-bin",
5-
"layout": "monorepo",
6-
"native": "consumer",
7-
"kind": "single-package",
5+
"repo": { "type": "monorepo" },
6+
"build": { "from": "npm-registry", "type": "binary" },
87
"hooks": {
98
"enablePrePush": true,
109
"enableCommitMsg": true,

0 commit comments

Comments
 (0)