voter-stake-registry/run-format.sh

7 lines
78 B
Bash
Executable File

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