Skip to content

Commit

Permalink
chore: fix publish exclude (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Mar 26, 2024
1 parent 695c3bd commit dece171
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
]
}
},
"format": {
"exclude": [
"!lib/pkg/"
]
},
"publish": {
"exclude": [
"!lib/pkg/",
"rs-lib/",
"tests/",
"Cargo.lock",
Expand Down

0 comments on commit dece171

Please sign in to comment.