#!/bin/bash
# if [[ $VERCEL_GIT_COMMIT_REF == "alpha" ]] ; then
echo "Running the build!"
npm run build
# else
# npm run build
# fi