From c40ef9aaad3ec4df798c4680a72e7dbe99134a79 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Tue, 10 Jul 2018 10:36:53 +0800 Subject: [PATCH] =?UTF-8?q?close=20#72=20=E9=9D=99=E6=80=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B5=8C=E5=85=A5=E5=9C=A8Linux=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 870ca36..e7faf6e 100644 --- a/makefile +++ b/makefile @@ -46,7 +46,7 @@ package-all: build-vue statik .PHONY: build-vue build-vue: cd web/vue && yarn run build - cp -r web/vue/dist/ web/public/ + cp -r web/vue/dist/* web/public/ .PHONY: install-vue install-vue: