5 lines
85 B
Bash
5 lines
85 B
Bash
rm -rf docs
|
|
typedoc --out ./docs/ src/**/*.ts
|
|
git add -A ./docs/*
|
|
#gitc "doc update"
|