We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add0f3a commit 93e20e8Copy full SHA for 93e20e8
nx.json
@@ -336,7 +336,7 @@
336
},
337
"plugins": [
338
{
339
- "plugin": "@code-pushup/nx-plugin"
+ "plugin": "node_modules/@code-pushup/nx-plugin/src/index.js"
340
341
342
"plugin": "@push-based/nx-verdaccio",
packages/nx-plugin/src/plugin/index.ts
@@ -1,4 +1,4 @@
1
-import { NxPlugin } from '@nx/devkit';
+import type { NxPlugin } from '@nx/devkit';
2
import { createNodesV2 } from './plugin.js';
3
4
export { createNodes, createNodesV2 } from './plugin.js';
0 commit comments