Skip to content

Commit 2e56f89

Browse files
committed
chore: publish create-nuxt
1 parent 53d0862 commit 2e56f89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/release.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ for (const dir of dirs) {
1414
})
1515
}
1616
else {
17-
if (dir === 'create-nuxt') {
18-
// skip publishing for now
19-
continue
20-
}
2117
await x('npm', ['publish'], {
2218
nodeOptions: { stdio: 'inherit', cwd: resolve('packages', dir) },
2319
throwOnError: true,

0 commit comments

Comments
 (0)