You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generated/devkit/NxPluginV2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,5 @@ A plugin which enhances the behavior of Nx
19
19
|`createNodes?`|[`CreateNodes`](../../devkit/documents/CreateNodes)\<`TOptions`\>| Provides a file pattern and function that retrieves configuration info from those files. e.g. { '**/\*.csproj': buildProjectsFromCsProjFile } **`Deprecated`\*\* Use createNodesV2 instead. In Nx 21 support for calling createNodes with a single file for the first argument will be removed. |
20
20
|`createNodesV2?`|[`CreateNodesV2`](../../devkit/documents/CreateNodesV2)\<`TOptions`\>| Provides a file pattern and function that retrieves configuration info from those files. e.g. { '\*_/_.csproj': buildProjectsFromCsProjFiles } In Nx 21 createNodes will be replaced with this property. In Nx 22, this property will be removed. |
21
21
|`name`|`string`| - |
22
-
|`postRun?`|[`PostRun`](../../devkit/documents/PostRun)\<`TOptions`\>| Provides a function to run after the Nx runs tasks |
23
-
|`preRun?`|[`PreRun`](../../devkit/documents/PreRun)\<`TOptions`\>| Provides a function to run before the Nx runs tasks |
22
+
|`postTasksExecution?`|[`PostTasksExecution`](../../devkit/documents/PostTasksExecution)\<`TOptions`\>| Provides a function to run after the Nx runs tasks |
23
+
|`preTasksExecution?`|[`PreTasksExecution`](../../devkit/documents/PreTasksExecution)\<`TOptions`\>| Provides a function to run before the Nx runs tasks |
0 commit comments