#!/bin/bash
set -ev
npm run lint
npm run test
