Skip to content

Commit c4d5cec

Browse files
Update-NpmPackages
1 parent bbf7c16 commit c4d5cec

File tree

3 files changed

+2099
-1996
lines changed

3 files changed

+2099
-1996
lines changed

Update-NpmPackages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$null = & npm install -g npm-check-updates@latest
22
Push-Location './Web/ClientApp'
33
try {
4-
& ncu -u
4+
& npm-check-updates -u
55
& npm install --audit false
66
& npm audit --production
77
} finally {

0 commit comments

Comments
 (0)