Skip to content

Commit ea87afa

Browse files
committed
[build] Fix changeset configuration to ignore specific directories
1 parent 2c7264e commit ea87afa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.changeset/config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
"access": "public",
1717
"baseBranch": "main",
1818
"updateInternalDependencies": "patch",
19-
"ignore": [],
19+
"ignore": ["docs", "playground"],
2020
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2121
"onlyUpdatePeerDependentsWhenOutOfRange": true
2222
},
23-
"bumpVersionsWithWorkspaceProtocolOnly": true,
24-
"privatePackages": false
23+
"bumpVersionsWithWorkspaceProtocolOnly": true
2524
}

0 commit comments

Comments
 (0)