From aa03fb5a9b0935afc5597625c2026f6b5720d62b Mon Sep 17 00:00:00 2001 From: bnymncoskuner Date: Tue, 25 Aug 2020 13:59:22 +0300 Subject: [PATCH] build: add missing dash to gulp cmd --- npm/publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/publish.ps1 b/npm/publish.ps1 index 70ad011439..6ab7aaa4ae 100644 --- a/npm/publish.ps1 +++ b/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'" }