We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c266b commit f01e456Copy full SHA for f01e456
Update-NpmPackages.ps1
@@ -0,0 +1,9 @@
1
+$null = & npm install -g npm-check-updates@latest
2
+Push-Location './Web/ClientApp'
3
+try {
4
+ & ncu -u
5
+ & npm install --audit false
6
+ & npm audit --production
7
+} finally {
8
+ Pop-Location
9
+}
0 commit comments