Browse Source

build: add missing dash to gulp cmd

pull/5171/head
bnymncoskuner 6 years ago
parent
commit
aa03fb5a9b
  1. 2
      npm/publish.ps1

2
npm/publish.ps1

@ -19,7 +19,7 @@ $IsRc = $(node publish-utils.js --rc) -eq "true";
if ($IsRc) {
$NgPacksPublishCommand += " --rc"
$UpdateGulpCommand += " --rc"
$UpdateGulpCommand += " -- --rc"
$PacksPublishCommand = $PacksPublishCommand.Substring(0, $PacksPublishCommand.Length - 1) + " --tag next'"
}

Loading…
Cancel
Save