Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
31
export
function
syncLockFile({ cwd, dryRun }) {
32
return
execAsyncPiped(
'npm'
, [
'install'
,
'--package-lock-only'
,
'--legacy-peer-deps'
], { cwd }, dryRun);
33
}
Callers
1
release.mjs
File · 0.90
Calls
1
execAsyncPiped
Function · 0.90
Tested by
no test coverage detected