We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a721ad0 commit 9c18221Copy full SHA for 9c18221
.pipelines/restore.ps1
@@ -15,17 +15,8 @@ Write-Host "start: try install latest npm version"
15
& npm install npm@latest -g
16
Write-Host "done: try install latest npm version"
17
18
-Write-Host "start: install typings globaly"
19
-& npm install typings -g
20
-Write-Host "done: install typings globaly"
21
-
22
# Do not update $exitCode because we do not want to fail if install latest npm version fails.
23
24
-Write-Host "start: typings install"
25
-& typings install
26
-Write-Host "done: typings install"
27
-$exitCode += $LASTEXITCODE;
28
29
Write-Host "start: npm install"
30
& npm install --no-audit --no-save
31
Write-Host "done: npm install"
0 commit comments