Files
webawesome/vercel.sh
konnorrogers cde8bea97a test commit
2025-01-06 13:24:54 -05:00

10 lines
153 B
Bash

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