Skip to content

Commit 9a98b46

Browse files
Cleanup publishable
1 parent 2f126aa commit 9a98b46

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deno.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,21 @@
169169
]
170170
}
171171
},
172+
"publish": {
173+
"exclude": [
174+
"deno.lock",
175+
"**/*.test.ts",
176+
"scripts",
177+
"spec"
178+
]
179+
},
172180
"tasks": {
173181
"format": "deno fmt",
174182
"formatted": "deno fmt --check",
175183
"lint": "deno lint --fix",
176184
"linted": "deno lint",
177185
"test": "deno test --doc --parallel --shuffle --trace-leaks --coverage --clean",
178186
"docs": "deno doc --html mod.ts",
179-
"publishable": "deno publish --dry-run"
187+
"publishable": "deno publish --dry-run --allow-dirty"
180188
}
181189
}

0 commit comments

Comments
 (0)