File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -69,50 +69,6 @@ You can control the execution of long-running tests over the `INCLUDE_SLOW_TESTS
6969To change this setup, open (or create) the ` .env ` file in the root folder.
7070Edit 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
11874Commit messages must follow [ conventional commits] ( https://conventionalcommits.org/ ) format.
You can’t perform that action at this time.
0 commit comments