#!/usr/bin/env bash
set -e
echo ">> Linting..."
eslint 'lib/'
echo ">> Testing Build..."
npm run test-build
echo ">> Testing Project..."
npm run coverage