[chore] update lazyrepo (#1211)
This commit is contained in:
parent
5ab93eef5f
commit
f5c5b05dc7
28 changed files with 149 additions and 146 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue