From dcd6c51bb8cc35b1a0968376caafa2233d1c211e Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sun, 29 Jul 2018 19:09:01 +0100 Subject: [PATCH] tmp: do not publish nuxt-start for now --- scripts/release-edge | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/release-edge b/scripts/release-edge index facf736c59..d26e5db623 100755 --- a/scripts/release-edge +++ b/scripts/release-edge @@ -57,21 +57,21 @@ if (status === 1) { process.exit(1) } -// Run make start -spawnSync('npm', 'run build:nuxt-start'.split(' ')) +// // Run make start +// spawnSync('npm', 'run build:nuxt-start'.split(' ')) -// Log -// eslint-disable-next-line no-console -console.log(`publishing ${p.name}-start@${p.version} with tag ${tag}`); +// // Log +// // eslint-disable-next-line no-console +// console.log(`publishing ${p.name}-start@${p.version} with tag ${tag}`); -({ status, output } = spawnSync('npm', `publish --tag ${tag}`.split(' '), { - cwd: resolve(__dirname, '..', 'start') -})) +// ({ status, output } = spawnSync('npm', `publish --tag ${tag}`.split(' '), { +// cwd: resolve(__dirname, '..', 'start') +// })) -// Do publish -// eslint-disable-next-line no-console -console.log(String(output.concat('\n')).trim()) +// // Do publish +// // eslint-disable-next-line no-console +// console.log(String(output.concat('\n')).trim()) -if (status === 1) { - process.exit(1) -} +// if (status === 1) { +// process.exit(1) +// }