Skip to content

Commit 16050dd

Browse files
authored
refactor(changeset): Update ignore list in config (#5230)
Adding all internal / `private` packages.
1 parent 9060338 commit 16050dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@db-ux/agent-cli"
1919
]
2020
],
21-
"ignore": ["scripts"],
21+
"ignore": ["scripts", "@db-ux/core-web", "@db-ux/docs", "@db-ux/e2e", "angular-showcase", "angular-ssr-showcase", "next-showcase", "nuxt-showcase", "patternhub", "react-showcase", "stencil-showcase", "vue-showcase"],
2222
"linked": [],
2323
"access": "public",
2424
"baseBranch": "origin/main",

0 commit comments

Comments
 (0)