tridactyl/scripts/make_docs.sh
2018-05-28 10:22:17 +01:00

4 lines
149 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/