#!/bin/bash set -e # Lint npm run lint # Test npm test echo $?;