diff --git a/deno.json b/deno.json index c8d1c3a9b..9c269232a 100644 --- a/deno.json +++ b/deno.json @@ -44,7 +44,7 @@ ] }, "tasks": { - "test:all": "deno task test && deno task test:cloudflare && deno task test:bun", + "test:all": "deno task test && deno task npm && deno task test:cloudflare && deno task bun-link && deno task test:bun", "test": "deno fmt && deno lint && deno test --import-map=./import_map.json -A --fail-fast --doc --coverage=coverage --parallel --allow-read", "test:common": "cd packages/common && deno task test", "test:core": "cd packages/core && deno task test",