Skip to content

Commit

Permalink
fix: check-configs takes in input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
junkim012 committed Sep 19, 2024
1 parent 280ba30 commit f1a381a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit f1a381a

Please sign in to comment.