Fix cli build param ver (#758)

Co-authored-by: Igor Gov <igor.govorov1@gmail.com>
This commit is contained in:
Igor Gov
2022-02-06 20:35:41 +02:00
committed by GitHub
parent 379885845b
commit bd253e1ff7
14 changed files with 32 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ help: ## This help.
TS_SUFFIX="$(shell date '+%s')"
GIT_BRANCH="$(shell git branch | grep \* | cut -d ' ' -f2 | tr '[:upper:]' '[:lower:]' | tr '/' '_')"
BUCKET_PATH=static.up9.io/mizu/$(GIT_BRANCH)
export SEM_VER?=0.0.0
export VER?=0.0
ui: ## Build UI.
@(cd ui; npm i ; npm run build; )