fix(node_modules): improve bumpNpmDeps and fix auto updates

This commit is contained in:
matt1432 2025-01-04 23:48:28 -05:00
parent d53b9f1e62
commit 49bf18803a
2 changed files with 8 additions and 3 deletions
apps/update-sources/src

View file

@ -44,7 +44,7 @@ const updatePackageJson = async(workspaceDir: string, updates: object) => {
const prefetchNpmDeps = (workspaceDir: string): string => {
npmRun(['install', '--package-lock-only'], workspaceDir);
npmRun(['update', '--package-lock-only'], workspaceDir);
return spawnSync(
'prefetch-npm-deps',