Skip to content

Commit

Permalink
Set location to repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Feb 13, 2024
1 parent 5e26990 commit e6a197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-npm-dependencies.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$repoRoot = Resolve-Path -Path "$PSScriptRoot/../..";

Set-Location $repoRoot;
# Update the .npmrc file to point to the cache location as a repo instead of a submodule
$npmrcPath = Join-Path -Path $repoRoot -ChildPath ".npmrc"
$content = Get-Content -Path $npmrcPath;
Expand Down

0 comments on commit e6a197a

Please sign in to comment.