We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f126aa commit 9a98b46Copy full SHA for 9a98b46
deno.json
@@ -169,13 +169,21 @@
169
]
170
}
171
},
172
+ "publish": {
173
+ "exclude": [
174
+ "deno.lock",
175
+ "**/*.test.ts",
176
+ "scripts",
177
+ "spec"
178
+ ]
179
+ },
180
"tasks": {
181
"format": "deno fmt",
182
"formatted": "deno fmt --check",
183
"lint": "deno lint --fix",
184
"linted": "deno lint",
185
"test": "deno test --doc --parallel --shuffle --trace-leaks --coverage --clean",
186
"docs": "deno doc --html mod.ts",
- "publishable": "deno publish --dry-run"
187
+ "publishable": "deno publish --dry-run --allow-dirty"
188
189
0 commit comments