From 1ecfb701874eb1a955f51bf57449e9db5e42e02c Mon Sep 17 00:00:00 2001 From: jacobk999 Date: Tue, 2 Jun 2026 21:05:07 -0400 Subject: [PATCH 1/3] chore: add .DS_Store to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 589536b4e..d9bad3af3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ out *.tar.gz *.7z *.rar +.DS_Store +**/.DS_Store .swc .next . From c2ade35e8d8c7585e17e83dedea5fb86a240e0cf Mon Sep 17 00:00:00 2001 From: jacobk999 Date: Tue, 2 Jun 2026 21:06:30 -0400 Subject: [PATCH 2/3] chore: ci run build on all packages --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fdcad16a..01f6a4d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: pnpm typecheck --affected - name: Build - run: pnpm build --affected + run: pnpm build - name: Test - run: pnpm test:coverage --changed=$TURBO_SCM_BASE + run: pnpm test:coverage From 19f09eededf6a0faf199f183548f5fe439f09b8c Mon Sep 17 00:00:00 2001 From: jacobk999 Date: Tue, 2 Jun 2026 21:06:43 -0400 Subject: [PATCH 3/3] chore: ci run build on all packages --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f6a4d50..e78a738b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,4 +58,4 @@ jobs: run: pnpm build - name: Test - run: pnpm test:coverage + run: pnpm test:coverage --changed=$TURBO_SCM_BASE