@@ -0,0 +1,8 @@
#!/bin/bash
if [[ $VERCEL_GIT_COMMIT_REF == "alpha" ]] ; then
echo "Running the alpha build!"
npm run build:alpha
else
npm run build
fi
The note is not visible to the blocked user.