tridactyl/scripts/make_docs.sh
2019-05-31 16:48:53 +01:00

4 lines
152 B
Bash
Executable file

#!/bin/sh
dest=generated/static/docs
"$(yarn bin)/typedoc" --theme src/static/typedoc/ --out $dest src --ignoreCompilerErrors
cp -r $dest build/static/