From 52a34745d6f70da31776b507ac84669f601ad870 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 12 Dec 2023 23:17:11 +0100 Subject: [PATCH] [#158] Disable Vue Devtools in release builds by setting NODE_ENV to production - which should the case for all published builds anyways Signed-off-by: Knut Ahlers --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 63f86f8..bd5d45b 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ generate-inner: npm ci --include=dev node ./ci/build.mjs +publish: export NODE_ENV=production publish: download_libs generate-inner generate-apidocs bash ./ci/build.sh