Skip to content

Commit

Permalink
chore: publish create-nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 19, 2025
1 parent 53d0862 commit 2e56f89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ for (const dir of dirs) {
})
}
else {
if (dir === 'create-nuxt') {
// skip publishing for now
continue
}
await x('npm', ['publish'], {
nodeOptions: { stdio: 'inherit', cwd: resolve('packages', dir) },
throwOnError: true,
Expand Down

0 comments on commit 2e56f89

Please sign in to comment.