Skip to content

Commit 9a8896f

Browse files
committed
chore: do not publish create-nuxt-app for now
1 parent 5e021b5 commit 9a8896f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release.mjs

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

0 commit comments

Comments
 (0)