mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +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:
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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user