[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

@ -25,8 +25,8 @@ const expectedPackageScripts = {
// published packages should have these scripts
const expectedPublishedPackageScripts = {
...expectedPackageScripts,
'build:package': tsScript('build-package.ts'),
'build:api': tsScript('build-api.ts'),
'build-package': tsScript('build-package.ts'),
'build-api': tsScript('build-api.ts'),
prepack: tsScript('prepack.ts'),
postpack: (packageDir: string) => scriptPath(packageDir, 'postpack.sh'),
'pack-tarball': () => 'yarn pack',