parent
d53b9f1e62
commit
49bf18803a
2 changed files with 8 additions and 3 deletions
apps/update-sources/src
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue