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 {