Skip to content

Commit

Permalink
Exclude npm folder for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 18, 2024
1 parent 4f84837 commit 9280562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"./extend": "./src/extend.ts",
"./types": "./src/types.ts"
},
"test": {
"exclude": ["npm/"]
},
"fmt": {
"exclude": ["npm/"],
"indentWidth": 2,
Expand Down

0 comments on commit 9280562

Please sign in to comment.