We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22734a commit 77411f3Copy full SHA for 77411f3
code-pushup.config.ts
@@ -26,7 +26,7 @@ const config: CoreConfig = {
26
server: env.CP_SERVER,
27
apiKey: env.CP_API_KEY,
28
organization: env.CP_ORGANIZATION,
29
- project: env.CP_PROJECT,
+ project: 'cli-workspace',
30
},
31
}),
32
project.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@code-pushup/cli-source",
+ "name": "cli-workspace",
3
"$schema": "node_modules/nx/schemas/project-schema.json",
4
"targets": {
5
"code-pushup": {
0 commit comments