mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
* docs: add internal types in apidoc * chore: downgrade package-lock version for NodeJS 14 * test: test case when performance uses Date.now
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf docs/source/api
|
|
typedoc --plugin typedoc-plugin-missing-exports ./src --gitRevision master --out docs/source/api
|