Skip to content

Commit 8fc2e28

Browse files
authored
fix: include html templates with dev-utils package (#396)
1 parent 6688e54 commit 8fc2e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dev-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"./package.json": "./package.json"
2323
},
2424
"files": [
25-
"dist/**/*"
25+
"dist/**/*",
26+
"src/templates/*.html"
2627
],
2728
"scripts": {
2829
"build": "tsup-node",

0 commit comments

Comments
 (0)