From 1ff45fed2e03ca548f084eb1b47c03062f215eb8 Mon Sep 17 00:00:00 2001 From: Keanu Aloua Date: Fri, 25 Jul 2025 10:13:11 -0700 Subject: [PATCH] fix: include html templates with dev-utils package --- packages/dev-utils/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 024696aa..c0564e69 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -22,7 +22,8 @@ "./package.json": "./package.json" }, "files": [ - "dist/**/*" + "dist/**/*", + "src/templates/*.html" ], "scripts": { "build": "tsup-node",