Update all package.json for renovate check
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-11-18 11:23:25 +01:00
parent 3e8ea2fef2
commit 11e93822d8
6 changed files with 48 additions and 43 deletions

View file

@ -80,4 +80,4 @@ replaceInFiles.sync({
});
// install deps
execSync(`cd ${contextDir} && pnpm i`);
execSync(`pnpm i`, { cwd: `./${contextDir}` })