Skip to content

Commit

Permalink
exclude a few files in prep for jsr publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Jun 12, 2024
1 parent 20990bf commit 98310e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"include": ["src"]
},
"lock": false,
"publish": {
"exclude": ["mod.ts", "mock.ts", "types.ts", ".github", ".vscode"]
},
"tasks": {
"test": "deno fmt --check && deno lint && deno test --allow-read --allow-net",
"generate-lcov": "rm -rf .coverage && deno test --allow-read --allow-net --coverage=.coverage && deno coverage --exclude=fixtures --exclude=test --lcov --output=lcov.info .coverage",
Expand Down

0 comments on commit 98310e9

Please sign in to comment.