Files
webawesome/vercel.sh

10 lines
153 B
Bash
Raw Normal View History

2024-06-20 10:37:51 -04:00
#!/bin/bash
# if [[ $VERCEL_GIT_COMMIT_REF == "alpha" ]] ; then
2024-06-20 10:37:51 -04:00
echo "Running the alpha build!"
npm run build:alpha
# else
# npm run build
# fi
2025-01-06 13:24:54 -05:00