2017-11-08 18:09:20 +00:00
|
|
|
#!/bin/sh
|
2017-11-09 05:54:10 +00:00
|
|
|
dest=generated/static/docs
|
2018-05-28 10:22:17 +01:00
|
|
|
$(npm bin)/typedoc --theme src/static/typedoc/ --out $dest src --ignoreCompilerErrors
|
2017-11-09 05:54:10 +00:00
|
|
|
cp -r $dest build/static/
|