From ac3ffe1e7290fde8e3f5da31b787aad310e62cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Sat, 18 Nov 2023 11:27:07 +0100 Subject: [PATCH] Fix build in Jenkins --- create.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create.js b/create.js index 5c0e8ef..59b675c 100644 --- a/create.js +++ b/create.js @@ -79,5 +79,8 @@ replaceInFiles.sync({ to: appPort, }); +execSync(`ls -la .`); +execSync(`ls -la ${contextDir}`); + // install deps execSync(`cd ${contextDir} && pnpm i`);