Files
webawesome/vercel.sh

10 lines
141 B
Bash
Raw Normal View History

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