#!/usr/bin/env bash

set -e

echo "run linter..."

npm run lint

echo "run tests..."

npm run test
