#!/usr/bin/env bash
set -eu

npm run lint
npm run test:unit
