Skip to content

Commit 4061761

Browse files
committed
Activate support for rush.json as a workspace root marker
1 parent 34c0d38 commit 4061761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ const { name, version } = createRequire(import.meta.url)('#package.json') as Pac
100100
const workspaceRootFiles = [
101101
'pnpm-workspace.yaml', // pnpm
102102
'lerna.json', // Lerna / Lerna Light
103+
'rush.json', // Rush
103104
// Note: is there any interest in the following?
104105
// 'workspace.jsonc', // Bit
105106
// 'nx.json', // Nx
106-
// 'rush.json', // Rush
107107
]
108108

109109
// Our defaults.

0 commit comments

Comments
 (0)