From 09d91761880ddb5a9d6a416ad42435911511fbd1 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Mon, 25 Jan 2021 14:02:45 -0500 Subject: [PATCH] Trailing ui/vercel fixes (#9633) * update ui staging for vercel * move vercel.json * missed a couple things, sorry --- ui/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/GNUmakefile b/ui/GNUmakefile index 9ac27c10b2..bb0b3696f4 100644 --- a/ui/GNUmakefile +++ b/ui/GNUmakefile @@ -1,4 +1,4 @@ -.PHONY: clean dist dist-docker dist-netlify test-workspace +.PHONY: clean dist dist-docker dist-vercel test-workspace # make is run with no target from the consul root Makefile ui target but from # within docker during release, so that we keep that as the default target @@ -28,7 +28,7 @@ dist: clean # Vercel Settings: # --- # Base Directory: ui -# Build Command: make dist-netlify +# Build Command: make dist-vercel # Publish Directory: ui/dist dist-vercel: clean mkdir -p dist/ui && \