From 452bdbedb48cde7fa0ef246fb61e304127c49e58 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 16 Jul 2025 10:17:02 -0500 Subject: [PATCH] refactor(createzip): added in verbage to be clear what was done at the end --- scripts/createZip.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/createZip.ps1 b/scripts/createZip.ps1 index 11cde7b..d3167fe 100644 --- a/scripts/createZip.ps1 +++ b/scripts/createZip.ps1 @@ -102,5 +102,6 @@ Write-Host "Organized structure:" Write-Host "- backend/" Write-Host "- frontend/" Write-Host "- lstwrapper/" +Write-Host "- scripts/" Write-Host "- CHANGELOG.md" Write-Host "- README.md" \ No newline at end of file