mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -rf docs/source/api
|
|
typedoc --plugin typedoc-plugin-missing-exports ./src --gitRevision master --out docs/source/api
|