Browse Source

change the script

tags/2.4.0
Caven Chen 4 years ago
parent
commit
fa72b8c3a6
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      scripts/release.js

+ 0
- 2
scripts/release.js View File

@@ -40,7 +40,6 @@ pkgs.forEach(async (item, index) => {
}
if (index === count - 1) {
shell.echo(chalk.green('release packages end'))
shell.exit(0)
}
} else {
shell.echo(
@@ -50,7 +49,6 @@ pkgs.forEach(async (item, index) => {
)
if (index === count - 1) {
shell.echo(chalk.green('release packages end'))
shell.exit(0)
}
}
}

Loading…
Cancel
Save