tridactyl/scripts/make_docs.sh
2021-08-10 17:40:36 +02:00

4 lines
182 B
Bash
Executable file

#!/bin/sh
dest=generated/static/docs
typedoc --theme src/static/typedoc/ --exclude "src/**/?(test_utils|*.test).ts" --out $dest src --ignoreCompilerErrors
cp -r $dest build/static/