#!/usr/bin/env sh
npm run format || exit 1
npm run lint:fix || exit 1
