From f0f789b818f42df5d3b1f6915fe85e842d9543d1 Mon Sep 17 00:00:00 2001 From: Shahar Glazner Date: Thu, 16 Nov 2023 13:23:12 +0200 Subject: [PATCH] fix: arm (#508) --- keep-ui/next_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keep-ui/next_build.sh b/keep-ui/next_build.sh index 04b31fff2..29292af51 100755 --- a/keep-ui/next_build.sh +++ b/keep-ui/next_build.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # This allows us to dynamically set the API_URL and NEXT_PUBLIC_API_URL based on the branch name # This is useful for testing PRs on Vercel if [ -n "$VERCEL_GIT_COMMIT_REF" ]; then