mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
4 lines
151 B
Bash
Executable file
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/
|