From 9157f803cf18d49a5fa08be6fd7875efcb99cf3f Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Sun, 12 Oct 2025 22:52:52 +0700 Subject: [PATCH] Fix build --- packages/ui-test/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui-test/package.json b/packages/ui-test/package.json index 4f2f9366df..ec63fa38b4 100644 --- a/packages/ui-test/package.json +++ b/packages/ui-test/package.json @@ -22,11 +22,11 @@ "./styles/*": "./styles/*" }, "scripts": { - "build": "compile ui", - "build:watch": "compile ui", + "build": "compile ui-esbuild", + "build:watch": "compile ui-esbuild", "test": "jest --passWithNoTests --silent --forceExit", "format": "format src", - "_phase:build": "compile ui", + "_phase:build": "compile ui-esbuild", "_phase:test": "jest --passWithNoTests --silent --forceExit", "_phase:format": "format src", "_phase:validate": "compile validate"