We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1d672 commit 1a2f7c2Copy full SHA for 1a2f7c2
README.md
@@ -357,7 +357,7 @@ spec:
357
358
```
359
$originalLocation = Get-Location
360
-Get-ChildItem -Path . -Filter package.json -Recurse | Where-Object { $_.DirectoryName -notmatch "node_modules" } | ForEach-Object { Set-Location $_.DirectoryName; npm i; }
+Get-ChildItem -Path . -Filter package.json -Recurse | Where-Object { $_.DirectoryName -notmatch "node_modules" } | ForEach-Object { Set-Location $_.DirectoryName; "----- " + $_.DirectoryName + "------"; npm i --no-fund; }
361
Set-Location -Path $originalLocation
362
363
0 commit comments