4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/sh
|
|
cd ${0%/*}
|
|
node ../../bin/typedoc --module commonjs --target ES6 --out doc/ src/
|