Skip to content

Commit 1a2f7c2

Browse files
committed
docs: update readme
1 parent bb1d672 commit 1a2f7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ spec:
357357
358358
```
359359
$originalLocation = Get-Location
360-
Get-ChildItem -Path . -Filter package.json -Recurse | Where-Object { $_.DirectoryName -notmatch "node_modules" } | ForEach-Object { Set-Location $_.DirectoryName; npm i; }
360+
Get-ChildItem -Path . -Filter package.json -Recurse | Where-Object { $_.DirectoryName -notmatch "node_modules" } | ForEach-Object { Set-Location $_.DirectoryName; "----- " + $_.DirectoryName + "------"; npm i --no-fund; }
361361
Set-Location -Path $originalLocation
362362
```
363363

0 commit comments

Comments
 (0)