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