From 8d1b981197b1e0de322f3131f597058e15cf2c7c Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Thu, 28 Aug 2025 16:57:10 -0400 Subject: [PATCH] Fix ci-deply script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51fda6a..cdb7324 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2025.0.10", "type": "module", "scripts": { - "ci-build": "bun run build:node && bun run build:browser && bun run build:types", + "ci-build": "bun run build", "format": "prettier --write ./", "test": "bun test", "test:watch": "bun test --watch",