1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-22 15:02:11 +08:00

build: do not print tar command on windows for every dependency

Currently the Windows job prints the `tar` command when extracting a
dependency, for every individual package.
This commit is contained in:
Paul Gschwendtner 2025-01-28 17:38:49 +00:00 committed by Alan Agius
parent 832bfffc43
commit 6a6ecee7e8

@ -1,3 +1,5 @@
@ECHO OFF
if exist "C:\Program Files\Git\bin\bash.exe" (
set "BASH=C:\Program Files\Git\bin\bash.exe"
)