Skip to content

Commit

Permalink
add jsdoc routine
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Dec 16, 2023
1 parent f87abe8 commit 123b7e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"serve": "npm run dev",
"preview": "vite preview",
"test:build": "cd src/core && cargo test --release --features webgl2",
"test:unit": "vitest run"
"test:unit": "vitest run",
"doc": "jsdoc src/js && open out/index.html"
},
"devDependencies": {
"happy-dom": "^10.11.0",
Expand Down

0 comments on commit 123b7e2

Please sign in to comment.