chore: update typedoc build for api docs generator

This commit is contained in:
Nathan Walker
2022-08-02 10:40:23 -07:00
parent 0548aaf8da
commit dd8db04f34
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ extract_apiref() {
rm -rf "$APIREF_DIR"
# npm_install
npx typedoc --tsconfig tools/scripts/tsconfig.typedoc.json
npx typedoc --tsconfig tsconfig.typedoc.json
# mv "dist/apiref" "$APIREF_DIR"
# archive_dist_dir "api-reference"