Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
{getAllPackages, getChangedPackages, isLerna} = require(
'../util/lerna'
);
2
3
exports.createQuestion = (state) => {
4
if
(!isLerna(state)) {
Callers
nothing calls this directly
Calls
3
isLerna
Function · 0.85
getChangedPackages
Function · 0.85
getAllPackages
Function · 0.85
Tested by
no test coverage detected