[chore] update lazyrepo (#1211)

This commit is contained in:
David Sheldrick 2023-05-02 13:25:26 +01:00 committed by GitHub
parent 5ab93eef5f
commit f5c5b05dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 149 additions and 146 deletions

View file

@ -6,7 +6,7 @@ import { exec } from './lib/exec'
import { sortUnions } from './lib/sort-unions'
async function buildApi(sourcePackageDir: string) {
// this depends on `build:types` being run first, but we'll rely on turbo to
// this depends on `build-types` being run first, but we'll rely on turbo to
// make that happen.
const relativeSourcePackageDir = path.relative(path.resolve(__dirname, '../..'), sourcePackageDir)