mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
add jsdoc routine
This commit is contained in:
committed by
Matthieu Baumann
parent
b3e9254321
commit
37bf5d94da
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user