tridactyl/scripts/make_docs.sh

5 lines
182 B
Bash
Raw Permalink Normal View History

#!/bin/sh
dest=generated/static/docs
2021-08-10 17:40:36 +02:00
typedoc --theme src/static/typedoc/ --exclude "src/**/?(test_utils|*.test).ts" --out $dest src --ignoreCompilerErrors
cp -r $dest build/static/