MCPcopy Index your code
hub / github.com/ionic-team/capacitor / exec

Function exec

scripts/lib/lerna.mjs:11–11  ·  view source on GitHub ↗
(args = [])

Source from the content-addressed store, hash-verified

9
10export const ls = async () => JSON.parse((await execLerna('ls --json')).stdout);
11export const exec = async (args = []) => await runLerna(['exec', ...args]);
12export const bootstrap = async (args = []) => runLerna(['bootstrap', ...args]);

Callers 1

runFunction · 0.85

Calls 1

runLernaFunction · 0.85

Tested by

no test coverage detected