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: