Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ projectJsonPath
Function
projectJsonPath
packages/nx-plugin/src/executors/cli/utils.unit.test.ts:213–214 ·
view source on GitHub ↗
(projectRoot: string)
Source
from the content-addressed store, hash-verified
211
const
CP_TARGET_NAME =
'code-pushup'
;
212
213
const
projectJsonPath = (projectRoot: string) =>
214
`${MEMFS_VOLUME}/${projectRoot}/project.json`;
215
216
const
setupProjectJson = (options: {
217
projectRoot: string;
Callers
1
utils.unit.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected