From 8d0ef87141780c3320fea40fb0800da8241d75db Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Sat, 13 Jul 2024 08:22:58 -0400 Subject: [PATCH] fix: keep src/contracts in main branch --- publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.sh b/publish.sh index 2b379e1..ced9fa2 100755 --- a/publish.sh +++ b/publish.sh @@ -13,6 +13,7 @@ mkdir -p dist # Copy desired files into `dist` rsync -av --progress .vscode .env.example .gitattributes .gitignore * \ + --include="src/contracts" \ --exclude="dist" \ --exclude="contracts" \ --exclude="LICENSE" \