mirror of https://gitee.com/answerdev/answer.git
docs(makefile): upgrade 0.5.0
This commit is contained in:
parent
e6842ca71f
commit
3a15520d3c
3
Makefile
3
Makefile
|
@ -1,6 +1,6 @@
|
|||
.PHONY: build clean ui
|
||||
|
||||
VERSION=0.4.0
|
||||
VERSION=0.5.0
|
||||
BIN=answer
|
||||
DIR_SRC=./cmd/answer
|
||||
DOCKER_CMD=docker
|
||||
|
@ -38,7 +38,6 @@ install-ui-packages:
|
|||
@corepack prepare pnpm@v7.12.2 --activate
|
||||
|
||||
ui:
|
||||
@npm config set registry https://repo.huaweicloud.com/repository/npm/
|
||||
@cd ui && pnpm install && pnpm build && cd -
|
||||
|
||||
all: clean build
|
||||
|
|
Loading…
Reference in New Issue