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

Method hasPNPMLock

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

Source from the content-addressed store, hash-verified

48 }
49
50 hasPNPMLock() {
51 return isPnpmProject(this.project.root);
52 }
53
54 async checkYarn() {
55 try {

Callers 2

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

Calls 1

isPnpmProjectFunction · 0.85

Tested by

no test coverage detected