diff --git a/scripts/release.ps1 b/scripts/release.ps1 index ebdc51d..355f878 100644 --- a/scripts/release.ps1 +++ b/scripts/release.ps1 @@ -77,7 +77,7 @@ $filesToCopy = @( @{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" }, @{ Source = "frontend\.output"; Destination = "frontend\.output" }, @{ Source = "frontend\public"; Destination = "frontend\public" }, - @{ Source = "package.json"; Destination = "frontend\package.json" }, + @{ Source = "package.json"; Destination = "package.json" }, @{ Source = "CHANGELOG.md"; Destination = "CHANGELOG.md" }, @{ Source = "README.md"; Destination = "README.md" } )