We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 571d3ab + d198d43 commit c5f5eafCopy full SHA for c5f5eaf
1 file changed
package.json
@@ -24,7 +24,7 @@
24
],
25
"scripts": {
26
"clean": "tsc --build --clean",
27
- "build": "tsc --build && npm run build:docs:reference",
+ "build": "tsc --build",
28
"build:docs": "npm run build:docs:reference && npm run build:docs:jekyll",
29
"build:docs:jekyll": "cd docs && bundle exec jekyll build",
30
"build:docs:reference": "typedoc --json docs/_data/reference.json",
0 commit comments