vault-link/scripts/build-docs.sh
2025-12-10 22:35:44 +00:00

12 lines
106 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd docs
npm ci
npm run format:check
npm run spell:check
npm run build
cd -