From 24061697005bc2cabc5287d3291514bb6e52a69d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 13 May 2025 14:39:24 +0200 Subject: [PATCH] prepare.sh: fix comment formatting for webcomponent build step --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index 9c93bc0..8419621 100755 --- a/prepare.sh +++ b/prepare.sh @@ -14,7 +14,7 @@ npm install npm run build:prod cd .. -// Build webcomponent +# Build webcomponent cd frontend/webcomponent npm install npm run build