Skip to content

Commit ee5dd3e

Browse files
committed
ci: fix bump versions
1 parent 373dd09 commit ee5dd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tools/bump_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (import.meta.main) {
1919
const render = { scopes: ["internal", "render"] }
2020
const mapping = new Map<Directive, Set<string>>()
2121
for (const scope of scopes) {
22-
if (scope === "unstable") {
22+
if ((scope === "unstable") || (scope === "extras")) {
2323
continue
2424
}
2525
const { default: exported } = await import(`@mizu/${scope}`)

0 commit comments

Comments
 (0)