We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53d684 commit c058f65Copy full SHA for c058f65
1 file changed
package.json
@@ -26,7 +26,7 @@
26
"build": "tsc --build",
27
"build:docs": "npm run build:docs:reference && npm run build:docs:jekyll",
28
"build:docs:jekyll": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
29
- "build:docs:reference": "typedoc --json docs/_data/reference.json",
+ "build:docs:reference": "mkdir -p docs/_data && typedoc src/index.ts --json docs/_data/reference.json",
30
"clean": "tsc --build --clean",
31
"lint": "eslint . --ignore-path .gitignore",
32
"pretest": "npm run build",
0 commit comments