From 286254452c812295316698362c33870d425b7b87 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Wed, 19 Oct 2022 11:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Makefile?= 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 f35d5fa2a..8e7f46fea 100755 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(G GO_PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations/migration-test,$(filter-out code.gitea.io/gitea/integrations,$(shell $(GO) list -mod=vendor ./... | grep -v /vendor/))) -WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f) +WEBPACK_SOURCES := $(shell find web_src/js web_src/less web_src/vuepages -type f) WEBPACK_CONFIGS := webpack.config.js WEBPACK_CONFIGS_TMP := webpack_temp.config.js WEBPACK_CONFIGS_PRO := webpack_pro.config.js