Skip to content

Commit

Permalink
bundling for non monorepo (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry authored Jan 10, 2024
1 parent 465bbf7 commit 28f3c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/config/src/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function getPackageDir(packageName: string): Promise<string> {
if (stderr) {
throw new ProsopoEnvError(new Error(stderr))
}
return packageDir.trim()
return packageDir.trim() || path.resolve()
}

/**
Expand Down

0 comments on commit 28f3c17

Please sign in to comment.