Skip to content

Commit d9b453f

Browse files
Update CONTRIBUTING.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent cefe54d commit d9b453f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,11 @@ _Execute the latest CLI source_
7979
// project.json
8080
{
8181
"targets": {
82-
"exec-local-cli-source": {
82+
"code-pushup": {
8383
"executor": "nx:run-commands",
8484
"options": {
8585
"command": "node packages/cli/src/index.ts",
86-
"args": ["--no-progress", "--verbose", "--help"],
87-
}
88-
},
89-
"exec-local-cli-source-and-local-plugin-source": {
90-
"executor": "nx:run-commands",
91-
"options": {
92-
"command": "node packages/cli/src/index.ts",
93-
"args": ["--no-progress", "--verbose", "--onlyPlugins=js-packages"],
86+
"args": ["--no-progress", "--verbose"],
9487
"env": {
9588
"NODE_OPTIONS": "--import tsx",
9689
"TSX_TSCONFIG_PATH": "tsconfig.base.json"

0 commit comments

Comments
 (0)