docs(makefile): upgrade 0.5.0

This commit is contained in:
LinkinStar 2022-12-06 12:00:55 +08:00
parent e6842ca71f
commit 3a15520d3c
1 changed files with 1 additions and 2 deletions

View File

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