Skip to content

Commit 1c45bc3

Browse files
authored
🤖 fix: include fonts in mux server package (#634)
## Summary - include woff/woff2 patterns in package files so mux-server distributes icon fonts ## Testing - make typecheck - npm pack --dry-run _Generated with _
1 parent b225ca3 commit 1c45bc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
"dist/**/*.wasm",
168168
"dist/**/*.html",
169169
"dist/**/*.css",
170+
"dist/**/*.woff",
171+
"dist/**/*.woff2",
170172
"dist/**/*.json",
171173
"dist/**/*.png",
172174
"dist/assets/**/*",

0 commit comments

Comments
 (0)