diff --git a/scripts/vercel-ignore-build-step.sh b/scripts/vercel-ignore-build-step.sh deleted file mode 100755 index 1f6bca01fd6..00000000000 --- a/scripts/vercel-ignore-build-step.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Proceed with the build -echo "✅ - Build can proceed" -exit 1