Skip to content

Commit b419c3b

Browse files
committed
Add missing popd command at the end of install-dependencies.ps1
Signed-off-by: amos42 <[email protected]>
1 parent 1255b21 commit b419c3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install-dependencies.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ Write-Output "`nInstalling docs dependencies..." -ForegroundColor White
114114
Push-Location docs
115115

116116
npm install
117+
118+
Pop-Location

0 commit comments

Comments
 (0)