chore(scripts): fix release scripts

This commit is contained in:
Manu Mtz.-Almeida
2018-03-29 20:59:04 +02:00
parent d11bb1ed61
commit 172cf25380
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ async function main() {
console.log(` Verify CHANGELOG.md`);
console.log(` git commit -m "${version}"`);
console.log(` git push`);
console.log(` npm run deploy\n`);
console.log(` npm run release\n`);
} catch(err) {
console.log('\n', chalk.red(err), '\n');

View File

@@ -51,6 +51,7 @@ async function publishPackages(packages, version) {
// next publish
packages.forEach(package => {
const pkg = common.readPkg(package);
const projectRoot = common.projectPath(package);
tasks.push(
{