From 88f9ed9055dd1d94217073a612164338eefbf955 Mon Sep 17 00:00:00 2001 From: Rushabh Patil Date: Sun, 12 Apr 2026 18:21:08 +0530 Subject: [PATCH] chore: add concurrency option to tscircuit snapshot command --- .github/workflows/tscircuit-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tscircuit-snapshot.yml b/.github/workflows/tscircuit-snapshot.yml index 5865d983..f2a4bcd2 100644 --- a/.github/workflows/tscircuit-snapshot.yml +++ b/.github/workflows/tscircuit-snapshot.yml @@ -18,4 +18,4 @@ jobs: with: bun-version: 1.3.1 - run: bun install - - run: bunx tsci snapshot + - run: bunx tsci snapshot --concurrency 4