#!/bin/bash

npm run-script lint || exit 1
npm test || exit 1
