Fix build in Jenkins
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-11-18 11:27:07 +01:00
parent 3e8ea2fef2
commit ac3ffe1e72

View file

@ -79,5 +79,8 @@ replaceInFiles.sync({
to: appPort,
});
execSync(`ls -la .`);
execSync(`ls -la ${contextDir}`);
// install deps
execSync(`cd ${contextDir} && pnpm i`);