Skip to content

Commit 01d0826

Browse files
committed
feat(create-nx-cmake,nx-cmake): support nx 18
1 parent 236506d commit 01d0826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nx-cmake/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { createNodes } from './graph/createNodes/createNodes';
55

66
const nxPlugin: NxPluginV2 = {
77
name,
8-
createNodes,
98
createDependencies,
9+
createNodes,
1010
};
1111

1212
export = nxPlugin;

0 commit comments

Comments
 (0)