MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / hasYarnLock

Method hasYarnLock

lib/tasks/npm-task.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 hasYarnLock() {
47 return isYarnProject(this.project.root);
48 }
49
50 hasPNPMLock() {
51 return isPnpmProject(this.project.root);

Callers 2

findPackageManagerMethod · 0.95
npm-task-test.jsFile · 0.80

Calls 1

isYarnProjectFunction · 0.85

Tested by

no test coverage detected