MCPcopy Create free account
hub / github.com/cypress-io/github-action / useNpm

Function useNpm

index.js:107–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105const useYarn = () => fs.existsSync(yarnFilename)
106const usePnpm = () => fs.existsSync(pnpmLockFilename)
107const useNpm = () => fs.existsSync(packageLockFilename)
108
109const lockHash = () => {
110 const lockFilename = useYarn()

Callers 1

lockHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected