MCPcopy Create free account
hub / github.com/6pac/SlickGrid / syncLockFile

Function syncLockFile

scripts/npm-utils.mjs:31–33  ·  view source on GitHub ↗
({ cwd, dryRun })

Source from the content-addressed store, hash-verified

29 * @returns {Promise<any>}
30 */
31export function syncLockFile({ cwd, dryRun }) {
32 return execAsyncPiped('npm', ['install', '--package-lock-only', '--legacy-peer-deps'], { cwd }, dryRun);
33}

Callers 1

release.mjsFile · 0.90

Calls 1

execAsyncPipedFunction · 0.90

Tested by

no test coverage detected