Skip to content

Commit f7714b1

Browse files
committed
📝 Chore: Remove build cache
1 parent 9aa24df commit f7714b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

KitX Website Flutter/kitx_website/deploy.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ if (-not $BypassBuild) {
2222
git commit -m "Deploy new files"
2323
git push
2424
git checkout $lastBranch
25+
if (Test-Path dist) {
26+
Remove-Item dist -Recurse -Force
27+
}
2528

2629
Write-Output ""
2730
Write-Output "Press any key to update server ..."

0 commit comments

Comments
 (0)