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

Method pnpm

lib/tasks/npm-task.js:41–44  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

39 }
40
41 pnpm(args) {
42 logger.info('pnpm: %j', args);
43 return execa('pnpm', args, { preferLocal: false });
44 }
45
46 hasYarnLock() {
47 return isYarnProject(this.project.root);

Callers 2

checkPNPMMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected