Skip to content

Commit bbf4a8f

Browse files
chore(changesets): specify ignored packages verbosely
1 parent 60ecb57 commit bbf4a8f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.changeset/config.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
"updateInternalDependencies": "patch",
1515
"ignore": [
1616
"@nucypher/pre",
17-
"*-demo",
18-
"*-example"
17+
"taco-demo",
18+
"taco-nft-demo",
19+
"pre-nextjs-example",
20+
"pre-nodejs-example",
21+
"pre-react-example",
22+
"pre-webpack-5-example",
23+
"taco-nextjs-example",
24+
"taco-nodejs-example",
25+
"taco-react-example",
26+
"taco-webpack-5-example"
1927
]
2028
}

0 commit comments

Comments
 (0)