mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
tmp: do not publish nuxt-start for now
This commit is contained in:
parent
52d9841c9a
commit
dcd6c51bb8
@ -57,21 +57,21 @@ if (status === 1) {
|
|||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run make start
|
// // Run make start
|
||||||
spawnSync('npm', 'run build:nuxt-start'.split(' '))
|
// spawnSync('npm', 'run build:nuxt-start'.split(' '))
|
||||||
|
|
||||||
// Log
|
// // Log
|
||||||
// eslint-disable-next-line no-console
|
// // eslint-disable-next-line no-console
|
||||||
console.log(`publishing ${p.name}-start@${p.version} with tag ${tag}`);
|
// console.log(`publishing ${p.name}-start@${p.version} with tag ${tag}`);
|
||||||
|
|
||||||
({ status, output } = spawnSync('npm', `publish --tag ${tag}`.split(' '), {
|
// ({ status, output } = spawnSync('npm', `publish --tag ${tag}`.split(' '), {
|
||||||
cwd: resolve(__dirname, '..', 'start')
|
// cwd: resolve(__dirname, '..', 'start')
|
||||||
}))
|
// }))
|
||||||
|
|
||||||
// Do publish
|
// // Do publish
|
||||||
// eslint-disable-next-line no-console
|
// // eslint-disable-next-line no-console
|
||||||
console.log(String(output.concat('\n')).trim())
|
// console.log(String(output.concat('\n')).trim())
|
||||||
|
|
||||||
if (status === 1) {
|
// if (status === 1) {
|
||||||
process.exit(1)
|
// process.exit(1)
|
||||||
}
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user