From 612162dc16bbeac3fc432ff42865fb1cd7664c3f Mon Sep 17 00:00:00 2001 From: Matt Meigs Date: Thu, 1 Feb 2024 16:25:11 -0500 Subject: [PATCH] webhook comment --- src/commands/src/helpers/dependency-helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/src/helpers/dependency-helpers.ts b/src/commands/src/helpers/dependency-helpers.ts index 3e2f20ae6..7ed5adb02 100644 --- a/src/commands/src/helpers/dependency-helpers.ts +++ b/src/commands/src/helpers/dependency-helpers.ts @@ -22,6 +22,7 @@ async function createEnvProdFile({ patchId?: string; commitHash?: string; }) { + // Comment to get webhook!! const prodFileName = `${process.cwd()}/snooty/.env.production`; try {