fix(update): force update config package-lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-02-01 14:27:32 -05:00
parent 03673eaf23
commit 556dbe26c5

View file

@ -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}`);