From f1a381ac9c1a067e95ff2de368ba86ad698c13a0 Mon Sep 17 00:00:00 2001 From: Jun Kim <64379343+junkim012@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:22:33 -0400 Subject: [PATCH] fix: check-configs takes in input arguments --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5320a3e..216a343 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ include .env check-configs: - bun lzConfigCheck.cjs + @echo "l1_file: ${l1_file} l2_file ${l2_file}" + bun lzConfigCheck.cjs ${l1_file} ${l2_file} checkL1: @echo "Setting environment variable LIVE_DEPLOY_READ_FILE_NAME to $(file)"