From f7db0a07eb7a2a99db75eeb2de3134a558039696 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sun, 19 Oct 2025 05:31:02 +0500 Subject: [PATCH] modified: serv_nginx/Makefile change Makefile, add npm run build to all(make) --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index ce08863..81b9b1a 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -1,4 +1,4 @@ -all: git stop_bb build_bb run_bb bbb api_bb_logs +all: git stop_bb build_bb run_bb npm_clean rebuild_bbvue api_bb_logs git: git pull