Trailing ui/vercel fixes (#9633)

* update ui staging for vercel

* move vercel.json

* missed a couple things, sorry
This commit is contained in:
Jeff Escalante 2021-01-25 14:02:45 -05:00 committed by GitHub
parent 4584771bbf
commit 09d9176188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 # 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 # within docker during release, so that we keep that as the default target
@ -28,7 +28,7 @@ dist: clean
# Vercel Settings: # Vercel Settings:
# --- # ---
# Base Directory: ui # Base Directory: ui
# Build Command: make dist-netlify # Build Command: make dist-vercel
# Publish Directory: ui/dist # Publish Directory: ui/dist
dist-vercel: clean dist-vercel: clean
mkdir -p dist/ui && \ mkdir -p dist/ui && \