Loading deno.json +3 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,9 @@ "apidoc": "deno task codegen && deno doc --html --name=Fedify --output=apidoc/ mod.ts", "check-version": "deno run cli/scripts/check_version.ts", "publish": "deno task codegen && deno publish", "dnt": "deno task codegen && deno run -A dnt.ts", "dnt-without-codegen": "deno run -A dnt.ts", "dnt": "deno task codegen && deno task dnt-without-codegen", "test-all": "deno task check && deno task test-without-codegen && deno task dnt-without-codegen && cd npm/ && bun run ./test_runner.js && cd ../", "update": "deno run --allow-env --allow-read --allow-write=. --allow-run=git,deno --allow-net=jsr.io,registry.npmjs.org jsr:@molt/cli ./*.ts", "update:commit": "deno task -q update --commit --pre-commit=fmt,lint", "hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks", Loading Loading
deno.json +3 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,9 @@ "apidoc": "deno task codegen && deno doc --html --name=Fedify --output=apidoc/ mod.ts", "check-version": "deno run cli/scripts/check_version.ts", "publish": "deno task codegen && deno publish", "dnt": "deno task codegen && deno run -A dnt.ts", "dnt-without-codegen": "deno run -A dnt.ts", "dnt": "deno task codegen && deno task dnt-without-codegen", "test-all": "deno task check && deno task test-without-codegen && deno task dnt-without-codegen && cd npm/ && bun run ./test_runner.js && cd ../", "update": "deno run --allow-env --allow-read --allow-write=. --allow-run=git,deno --allow-net=jsr.io,registry.npmjs.org jsr:@molt/cli ./*.ts", "update:commit": "deno task -q update --commit --pre-commit=fmt,lint", "hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks", Loading