#!/bin/sh
set -e
set -u

npm run fmt
npm run lint
npm run test
