fix: make start fails to start webpack-dev-server(#4968) (#4990)

Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
This commit is contained in:
Abhishek Veeramalla 2020-12-07 20:54:08 +05:30 committed by GitHub
parent ea73f093e8
commit b7b74582cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -435,7 +435,7 @@ start: test-tools-image
# Starts a local instance of ArgoCD
.PHONY: start-local
start-local: mod-vendor-local
start-local: mod-vendor-local dep-ui-local
# check we can connect to Docker to start Redis
killall goreman || true
kubectl create ns argocd || true