Skip to content

Commit

Permalink
chore: remove docs build in test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rycont authored Jan 15, 2025
1 parent 34aa001 commit 663bd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vitepress-build": "deno run -A npm:vitepress build .",
"dev": "deno task typedoc --watch & deno task vitepress-dev",
"build": "deno task purge; deno task typedoc && deno task vitepress-build",
"test": "deno task build; deno task purge"
"check": "deno task build; deno task purge"
}
}

0 comments on commit 663bd54

Please sign in to comment.