wallet-core/ci/jobs/2-docs/docs.sh

9 lines
79 B
Bash
Raw Normal View History

#!/bin/bash
set -exuo pipefail
./bootstrap
./configure
make
pnpm run typedoc