MCPcopy
hub / github.com/electron/forge / yarn

Function yarn

tools/update-dependencies.js:30–32  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

28}
29
30async function yarn(...args) {
31 await spawnPassthrough('yarn', args);
32}
33
34const packageJSON = require(__dirname + '/../package.json');
35

Callers 4

smoketestAndCommitMethod · 0.85
mainFunction · 0.85

Calls 1

spawnPassthroughFunction · 0.85

Tested by

no test coverage detected