Skip to content

Commit

Permalink
add deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 9, 2024
1 parent 0837492 commit 9f7e0ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"tasks": {
"dev": "deno run -A npm:vite@^5.4.2",
"test": "deno test -A --unstable-sloppy-imports ./test/*.[jt]s",
"docs": "deno run -A npm:typedoc "
"docs": "deno run -A npm:typedoc",
"build": "deno run -A npm:typedoc && deno run -A npm:vite@^5.4.2 build",
"release": "deno publish && npm publish --access public",
"clean": "rm -rf node_modules/ dist/"
}
}

0 comments on commit 9f7e0ec

Please sign in to comment.