fix(release script): correction to the script so it now puts the package to correct location

This commit is contained in:
2025-07-15 10:39:20 -05:00
parent 80907a89a9
commit 73600055fc

View File

@@ -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" }
)