From 06cf1352188f56b143357178957ac9687604f4e2 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 1 Jun 2022 21:13:32 -0700 Subject: [PATCH] Tested env --- scripts/optimize-images.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/optimize-images.ts b/scripts/optimize-images.ts index 2255743f..95e539c0 100644 --- a/scripts/optimize-images.ts +++ b/scripts/optimize-images.ts @@ -22,6 +22,8 @@ const ALREADY_OPTIMIZED_SAVE_FILE_PATH = path.join( "already-optimized-images.json" ); +console.log("ENV IS", process.env); + console.log(ALREADY_OPTIMIZED_SAVE_FILE_PATH); // directory where Meet the Team headshots are stored, relative to the source directory const TEAM_IMAGES_DIRECTORY = path.join("team", "");