Skip to content

Commit 77411f3

Browse files
committed
fix: adjust targets
1 parent a22734a commit 77411f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code-pushup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config: CoreConfig = {
2626
server: env.CP_SERVER,
2727
apiKey: env.CP_API_KEY,
2828
organization: env.CP_ORGANIZATION,
29-
project: env.CP_PROJECT,
29+
project: 'cli-workspace',
3030
},
3131
}),
3232

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@code-pushup/cli-source",
2+
"name": "cli-workspace",
33
"$schema": "node_modules/nx/schemas/project-schema.json",
44
"targets": {
55
"code-pushup": {

0 commit comments

Comments
 (0)