Skip to content

Commit 7d76cd5

Browse files
committed
fix: make TypeScript happy
1 parent 8d611b7 commit 7d76cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/services/project-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export async function parseProject (opts: ProjectParseOpts): Promise<Project> {
9595

9696
const { basePath, workspace } = enableWorkspaces
9797
? await findWorkspace(directory)
98-
: { basePath: directory }
98+
: { basePath: directory, workspace: undefined }
9999

100100
checklyConfigConstructs?.forEach(
101101
construct => project.addResource(construct.type, construct.logicalId, construct),

0 commit comments

Comments
 (0)