From 46e804cc90dcbbbf98c1d0ff1c60fdc978b30220 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 4 Nov 2025 02:14:36 +0500 Subject: [PATCH] modified: main_dc/Makefile fix command for rebuild bbvue --- main_dc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index ec3cdf2..ea19df6 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -27,7 +27,7 @@ npm_clean: npm cache clean --force rebuild_bbvue: - cd bbvue && npm run build + cd BB/bbvue && npm run build vue_bb: git npm_clean rebuild_bbvue api_bb_logs