Skip to content

Commit aa0950a

Browse files
committed
refactor: remove comments
1 parent ab3f5ed commit aa0950a

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -69,50 +69,6 @@ You can control the execution of long-running tests over the `INCLUDE_SLOW_TESTS
6969
To change this setup, open (or create) the `.env` file in the root folder.
7070
Edit or add the environment variable there as follows: `INCLUDE_SLOW_TESTS=true`.
7171

72-
### Executing local code
73-
74-
We use the current version of Code PushUp and its plugins, to measure itself and its plugins.
75-
76-
_Execute the latest CLI source_
77-
78-
```jsonc
79-
// project.json
80-
{
81-
"targets": {
82-
"code-pushup": {
83-
"executor": "nx:run-commands",
84-
"options": {
85-
"command": "node packages/cli/src/index.ts",
86-
"args": ["--no-progress", "--verbose"],
87-
"env": {
88-
"NODE_OPTIONS": "--import tsx",
89-
"TSX_TSCONFIG_PATH": "tsconfig.base.json"
90-
}
91-
}
92-
}
93-
}
94-
```
95-
96-
_Setup code-pushup targets with the nx plugin_
97-
98-
```jsonc
99-
// nx.json
100-
{
101-
"plugins": [
102-
{
103-
"plugin": "@code-pushup/nx-plugin",
104-
"options": {
105-
"cliBin": "node ./packages/cli/src/index.ts",
106-
"env": {
107-
"NODE_OPTIONS": "--import=tsx",
108-
"TSX_TSCONFIG_PATH": "tsconfig.base.json",
109-
},
110-
},
111-
},
112-
],
113-
}
114-
```
115-
11672
## Git
11773

11874
Commit messages must follow [conventional commits](https://conventionalcommits.org/) format.

0 commit comments

Comments
 (0)