Skip to content

Commit ed5cebe

Browse files
authored
fix: changeset config ignore (#5263)
1 parent 572ffe2 commit ed5cebe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.changeset/config.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@
1818
"@db-ux/agent-cli"
1919
]
2020
],
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"],
21+
"ignore": [
22+
"scripts",
23+
"@db-ux/docs",
24+
"@db-ux/e2e",
25+
"angular-showcase",
26+
"angular-ssr-showcase",
27+
"next-showcase",
28+
"nuxt-showcase",
29+
"patternhub",
30+
"react-showcase",
31+
"stencil-showcase",
32+
"vue-showcase"
33+
],
2234
"linked": [],
2335
"access": "public",
2436
"baseBranch": "origin/main",

0 commit comments

Comments
 (0)