Skip to content

Commit 698c3b1

Browse files
committed
better guard
1 parent 53022bd commit 698c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-tooling/src/-utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export async function walkPackages(
183183
isPrivate: project.manifest.private ?? false,
184184
isTooling: name === '@warp-drive/internal-tooling',
185185
isConfig: name === '@warp-drive/config',
186-
isTest: project.dir === 'tests',
186+
isTest: project.dir.startsWith(TestDir),
187187
pkg,
188188
tsconfig,
189189
save: async ({ pkgEdited, configEdited }: { pkgEdited: boolean; configEdited: Boolean }) => {

0 commit comments

Comments
 (0)