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",