- Docs: get docs to build on all of `src`, not just editor

master
Brett Zamir 2020-08-22 20:43:02 +08:00
parent 6fded2b7e5
commit 2381762508
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
"open-docs": "run-p start open-docs-no-start",
"build-docs-remove": "rimraf \"docs/jsdoc/*\"",
"build-docs-create": "jsdoc --pedantic -c docs/jsdoc-config.js src/editor",
"build-docs-create": "jsdoc --pedantic -c docs/jsdoc-config.js src",
"build-docs": "run-s -c build-docs-remove build-docs-create",
"build-and-open-docs-no-start": "run-s build-docs open-docs-no-start",
"build-and-open-docs": "run-s build-docs open-docs",