Skip to content

Commit c058f65

Browse files
committed
build: fixup typedoc build step
1 parent a53d684 commit c058f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "tsc --build",
2727
"build:docs": "npm run build:docs:reference && npm run build:docs:jekyll",
2828
"build:docs:jekyll": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
29-
"build:docs:reference": "typedoc --json docs/_data/reference.json",
29+
"build:docs:reference": "mkdir -p docs/_data && typedoc src/index.ts --json docs/_data/reference.json",
3030
"clean": "tsc --build --clean",
3131
"lint": "eslint . --ignore-path .gitignore",
3232
"pretest": "npm run build",

0 commit comments

Comments
 (0)