We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373dd09 commit ee5dd3eCopy full SHA for ee5dd3e
.github/tools/bump_versions.ts
@@ -19,7 +19,7 @@ if (import.meta.main) {
19
const render = { scopes: ["internal", "render"] }
20
const mapping = new Map<Directive, Set<string>>()
21
for (const scope of scopes) {
22
- if (scope === "unstable") {
+ if ((scope === "unstable") || (scope === "extras")) {
23
continue
24
}
25
const { default: exported } = await import(`@mizu/${scope}`)
0 commit comments