Selaa lähdekoodia

change the script

tags/2.4.0
Caven Chen 4 vuotta sitten
vanhempi
commit
fa72b8c3a6
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0
    2
      scripts/release.js

+ 0
- 2
scripts/release.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna