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"