From 6fdf83178a233d0fcd2fe01aaf0c77745389a4c8 Mon Sep 17 00:00:00 2001 From: itschip Date: Sat, 23 Dec 2023 01:14:13 +0100 Subject: [PATCH] chore(packages/ui): add missing build script --- packages/ui/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index d605af0d6..fdbd4871b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -7,7 +7,8 @@ "types": "./dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react" + "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react", + "build": "tsup src/index.ts --format esm,cjs --dts --external react" }, "keywords": [], "author": "",