Files
modrinth/.githooks/pre-push
T

7 lines
70 B
Bash

#!/bin/sh
set -e
pnpm install --frozen-lockfile
pnpm lint
pnpm check