add jsdoc routine

This commit is contained in:
Matthieu Baumann
2023-12-17 00:50:46 +01:00
committed by Matthieu Baumann
parent b3e9254321
commit 37bf5d94da

View File

@@ -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",