mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
4 lines
152 B
Bash
Executable file
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/
|