From 47ef12f19bf543244675d6dba87b8e34b060676c Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:20:10 +0530 Subject: [PATCH] adding publish.sh it will trigger a build on vercel --- explorer/publish.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 explorer/publish.sh diff --git a/explorer/publish.sh b/explorer/publish.sh new file mode 100644 index 000000000..b96e95060 --- /dev/null +++ b/explorer/publish.sh @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +set -ex + +if [[ -d .vercel ]]; then + rm -r .vercel +fi + +CONFIG_FILE=vercel.json +PROJECT_NAME=explorer + +cat > "$CONFIG_FILE" <