#!/bin/sh set -e repo_root="$(git rev-parse --show-toplevel)" cd "$repo_root/frontend" pnpm run format --write git add -u .