Skip to content

Commit 268cdef

Browse files
committed
chore: jsr check before release
1 parent b2b2a19 commit 268cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:api": "deno run --allow-read --allow-env --allow-run typedoc src/function.ts src/portRemap.ts jsx.ts --html ./docs/api --skipErrorChecking --options typedoc.config.json --readme README.md --name hnxml.js",
3434
"docs:std": "deno run --allow-read --allow-env --allow-run typedoc index.ts --html ./docs/ --skipErrorChecking --options typedoc.config.json --readme hnstd.md --name 'Hnxml Standard'",
3535
"fmt": "deno fmt",
36-
"release": "deno task fmt && deno task changelog && deno task updateDenoJson && deno task fmt",
36+
"release": "deno task fmt && deno publish --dry-run && deno task changelog && deno task updateDenoJson && deno task fmt",
3737
"changelog": "pnpx changelogen --bump",
3838
"updateDenoJson": "deno run -RW scripts/publish.ts",
3939
"publish": "pnpx changelogen gh release"

0 commit comments

Comments
 (0)