Fix build in Jenkins
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
This commit is contained in:
parent
3e8ea2fef2
commit
ac3ffe1e72
1 changed files with 3 additions and 0 deletions
|
@ -79,5 +79,8 @@ replaceInFiles.sync({
|
|||
to: appPort,
|
||||
});
|
||||
|
||||
execSync(`ls -la .`);
|
||||
execSync(`ls -la ${contextDir}`);
|
||||
|
||||
// install deps
|
||||
execSync(`cd ${contextDir} && pnpm i`);
|
||||
|
|
Loading…
Add table
Reference in a new issue