Skip to content

Commit 4efa673

Browse files
authored
Fix publish (#3)
1 parent 6acc4cc commit 4efa673

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"changelog": ["@changesets/changelog-github", { "repo": "changesets/format" }],
44
"baseBranch": "main",
55
"commit": false,
6-
"access": "public"
6+
"access": "public",
7+
"ignore": ["@changesets/test-*"]
78
}

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packages:
22
- "tests/fixtures/*"
3+
- "." # This is needed for changesets to detect the root package
34

45
allowBuilds:
56
dprint: true

0 commit comments

Comments
 (0)