tridactyl/scripts/make_docs.sh
2018-09-30 15:25:14 +00:00

4 lines
151 B
Bash
Executable file

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