From 7aac87fb2e8d7b54323a164d135a9c12f0ce4e28 Mon Sep 17 00:00:00 2001 From: Emma Hamilton Date: Mon, 10 Aug 2026 15:59:06 +1000 Subject: [PATCH] Add `files` to `@keystar/ui` `package.json` --- design-system/pkg/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/design-system/pkg/package.json b/design-system/pkg/package.json index 82ee3862d..100b2157d 100644 --- a/design-system/pkg/package.json +++ b/design-system/pkg/package.json @@ -7,6 +7,9 @@ "url": "https://github.com/Thinkmill/keystatic/", "directory": "design-system/pkg" }, + "files": [ + "dist" + ], "scripts": { "build-icons": "node build-icons.ts && cd ../.. && pnpm preconstruct fix" },