Skip to content

Commit

Permalink
Add test/ to publish:exlude.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 5, 2024
1 parent 01ff8f4 commit a9a215e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/common/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"publish": {
"exclude": [
"dnt.ts",
"test/",
"tsconfig.json"
]
},
Expand All @@ -14,7 +15,8 @@
"**/*.json",
"dnt.ts",
"mod.ts",
"src/"
"src/",
"test/"
],
"exclude": [
"**/*/*.js",
Expand All @@ -28,7 +30,8 @@
"**/*.json",
"dnt.ts",
"mod.ts",
"src/"
"src/",
"test/"
],
"exclude": [
"**/*/*.js",
Expand Down

0 comments on commit a9a215e

Please sign in to comment.