#!/bin/sh
npx lint-staged && npm run typecheck && npm test
