fix(update): force update config package-lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
03673eaf23
commit
556dbe26c5
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ export default async() => {
|
||||||
`${parentPath}/default.nix`,
|
`${parentPath}/default.nix`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure we update the apps' config package-lock.json
|
||||||
|
if (parentPath.includes('apps/config')) {
|
||||||
|
npmRun(['i'], parentPath);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.warn(`Could not write to ${path}`);
|
console.warn(`Could not write to ${path}`);
|
||||||
|
|
Loading…
Reference in a new issue