Procházet zdrojové kódy

change the script

tags/2.4.0
Caven Chen před 4 roky
rodič
revize
fa72b8c3a6
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      scripts/release.js

+ 0
- 2
scripts/release.js Zobrazit soubor

@@ -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)
}
}
}

Načítá se…
Zrušit
Uložit