Skip to content

Commit a247606

Browse files
committed
fix(nx-verdaccio): adjust glob pattern
1 parent 401aeeb commit a247606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/nx-verdaccio/src/plugin/nx-verdaccio.plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
import { createProjectConfiguration } from './targets/create-targets';
2727

2828
const PROJECT_JSON_FILE_GLOB = '**/project.json';
29+
const PACKAGE_JSON_FILE_GLOB = '**/package.json';
2930

3031
export const createNodesV2: CreateNodesV2<NxVerdaccioCreateNodeOptions> = [
3132
PROJECT_JSON_FILE_GLOB,

0 commit comments

Comments
 (0)