Skip to content

Commit

Permalink
test-all task
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jun 24, 2024
1 parent c03c9e2 commit 558eb73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 558eb73

Please sign in to comment.