voter-stake-registry/run-format.sh

7 lines
78 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
yarn prettier --write tests
cargo fmt