Skip to content

Commit ea6c0b2

Browse files
committed
chore: update deno.jsonc
1 parent 1af1996 commit ea6c0b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deno.jsonc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,17 @@
124124
"**/.pages"
125125
]
126126
},
127+
"publish": {
128+
"exclude": [
129+
".devcontainer/**",
130+
".github/**",
131+
"@mizu/**/*.html",
132+
"@mizu/**/*_test.ts",
133+
"www/**",
134+
"CONTRIBUTING.md",
135+
"vercel.json"
136+
]
137+
},
127138
"compilerOptions": {
128139
"lib": [
129140
"dom",

0 commit comments

Comments
 (0)