From e4b8155bf72091aef1411ce693c4f16407597a10 Mon Sep 17 00:00:00 2001 From: Christoph Szymanski Date: Thu, 28 Nov 2024 13:40:53 +0100 Subject: [PATCH] ci: fix central mbt build For the mbt build to work _npm install_ needs to be called in the _before-all_ section. Without that the npx command can not be called and the mbt fails. Without this fix the build fails in all clean (ci) environments. --- mta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mta.yaml b/mta.yaml index 9a0d877..28c814b 100644 --- a/mta.yaml +++ b/mta.yaml @@ -141,4 +141,5 @@ build-parameters: before-all: - builder: custom commands: + - npm install - npx cds build --production