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

} }
if (index === count - 1) { if (index === count - 1) {
shell.echo(chalk.green('release packages end')) shell.echo(chalk.green('release packages end'))
shell.exit(0)
} }
} else { } else {
shell.echo( shell.echo(
) )
if (index === count - 1) { if (index === count - 1) {
shell.echo(chalk.green('release packages end')) shell.echo(chalk.green('release packages end'))
shell.exit(0)
} }
} }
} }

Loading…
Cancel
Save