Skip to content

Commit 7a8f61b

Browse files
committed
docs: rollback edit, keep ts build within js-doc script
1 parent b312522 commit 7a8f61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_utils/multiversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
cd .. && sphinx-multiversion docs/source docs/_build/dirhtml \
4-
--pre-build 'sh -c "npm install && (./node_modules/.bin/tsc -p tsconfig.build.json --noEmitOnError false || true) && npm run js-doc && python docs/_utils/generate_api_pages.py"'
4+
--pre-build 'sh -c "npm install && npm run js-doc && python docs/_utils/generate_api_pages.py"'

0 commit comments

Comments
 (0)