Skip to content

Commit d198d43

Browse files
committed
build: avoid building docs for main build
This is not needed for the main build, only for docs. It is also automated as part of CI so not needed to be manually invoked
1 parent 34cadbf commit d198d43

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
@@ -24,7 +24,7 @@
2424
],
2525
"scripts": {
2626
"clean": "tsc --build --clean",
27-
"build": "tsc --build && npm run build:docs:reference",
27+
"build": "tsc --build",
2828
"build:docs": "npm run build:docs:reference && npm run build:docs:jekyll",
2929
"build:docs:jekyll": "cd docs && bundle exec jekyll build",
3030
"build:docs:reference": "typedoc --json docs/_data/reference.json",

0 commit comments

Comments
 (0)