Files
webawesome/vercel.sh
Cory LaViska 22298781c5 Remove alpha flags (#913)
* remove alpha flags

* revert isPro flag

* update scripts
2025-05-08 13:58:26 -04:00

10 lines
141 B
Bash

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