Trailing ui/vercel fixes (#9633)

* update ui staging for vercel

* move vercel.json

* missed a couple things, sorry
pull/9519/head
Jeff Escalante 4 years ago committed by GitHub
parent 4584771bbf
commit 09d9176188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 && \

Loading…
Cancel
Save