File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
"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" ,
34
34
"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'" ,
35
35
"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" ,
37
37
"changelog" : " pnpx changelogen --bump" ,
38
38
"updateDenoJson" : " deno run -RW scripts/publish.ts" ,
39
39
"publish" : " pnpx changelogen gh release"
You can’t perform that action at this time.
0 commit comments