#!/bin/sh if [ "$NODE" = "LOCAL" ] ; then npm run lint npm run dev else npm run lint npm run build npm run start fi