tridactyl/scripts/make_docs.sh

5 lines
152 B
Bash
Raw Normal View History

#!/bin/sh
dest=generated/static/docs
2019-05-31 16:48:53 +01:00
"$(yarn bin)/typedoc" --theme src/static/typedoc/ --out $dest src --ignoreCompilerErrors
cp -r $dest build/static/