We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401aeeb commit a247606Copy full SHA for a247606
projects/nx-verdaccio/src/plugin/nx-verdaccio.plugin.ts
@@ -26,6 +26,7 @@ import {
26
import { createProjectConfiguration } from './targets/create-targets';
27
28
const PROJECT_JSON_FILE_GLOB = '**/project.json';
29
+const PACKAGE_JSON_FILE_GLOB = '**/package.json';
30
31
export const createNodesV2: CreateNodesV2<NxVerdaccioCreateNodeOptions> = [
32
PROJECT_JSON_FILE_GLOB,
0 commit comments