From 6c8ac33be73f203137b883e33feb625ccc0945e9 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 22 Jul 2025 19:59:55 -0500 Subject: [PATCH] refactor(createzip): added in env-example to the zip file --- scripts/createZip.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/createZip.ps1 b/scripts/createZip.ps1 index 03c2eb3..78a9a97 100644 --- a/scripts/createZip.ps1 +++ b/scripts/createZip.ps1 @@ -82,6 +82,7 @@ $filesToCopy = @( @{ Source = "package.json"; Destination = "package.json" }, @{ Source = "CHANGELOG.md"; Destination = "CHANGELOG.md" }, @{ Source = "README.md"; Destination = "README.md" }, + @{ Source = ".env-example"; Destination = ".env-example" }, # scripts to be copied over @{ Source = "scripts\tmp"; Destination = "tmp" } @{ Source = "scripts\iisControls.ps1"; Destination = "scripts\iisControls.ps1" }