MCPcopy
hub / github.com/streamich/git-cz / lerna.js

File lerna.js

lib/questions/lerna.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const {getAllPackages, getChangedPackages, isLerna} = require('../util/lerna');
2
3exports.createQuestion = (state) => {
4 if (!isLerna(state)) {

Callers

nothing calls this directly

Calls 3

isLernaFunction · 0.85
getChangedPackagesFunction · 0.85
getAllPackagesFunction · 0.85

Tested by

no test coverage detected