fix: vercel need build exit code

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-10-22 00:18:17 +08:00
parent ace98a2cac
commit e74c7bfc11
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ done
if [ "$ONLY_SERVER_CHANGES" = true ]; then
echo "skip"
exit 1
exit 0
else
echo "continue"
exit 0
exit 1
fi