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…
Add table
Add a link
Reference in a new issue