From 8c6f532c58b941727a222d85f79da88bfc263acf Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Wed, 10 Jul 2024 12:41:01 -0400 Subject: [PATCH] Update theme-zip.sh --- theme-zip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-zip.sh b/theme-zip.sh index eea86e3..fb62c12 100755 --- a/theme-zip.sh +++ b/theme-zip.sh @@ -13,6 +13,7 @@ zip -r $ZIP_FILE . -x \ "*.DS_Store" \ ".gitignore" \ "package.json" \ + "package-lock.json" \ "README.md" \ "theme-zip.sh" \ "${THEME_NAME}*" \