From deccb6aedb0e04ffd3f81918a0f65492e6dd1e2f Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Thu, 27 May 2021 05:08:07 +0700 Subject: [PATCH] Update Makefile Remove unused makefile UI command --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2566aac32e..d6d3adbdcd 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,6 @@ format: lint: @golangci-lint run --out-format=tab --issues-exit-code=0 -ui: - @rm -rf starport/ui/app/dist - -@which npm 1>/dev/null && cd starport/ui/app && npm install 1>/dev/null && npm run build 1>/dev/null + .DEFAULT_GOAL := install