chore: change lerna to lerna-lite

This commit is contained in:
2023-10-25 14:39:09 +08:00
parent 4435a239d4
commit 2b7588cf04
4 changed files with 989 additions and 1190 deletions

View File

@@ -3,6 +3,6 @@ DISTTAG=${1:latest}
for package in `ls packages`; do
echo $package
pushd packages/$package
npm publish --tag ${DISTTAG} --access=public --registry https://registry.npmjs.org
pnpm publish --tag ${DISTTAG} --access=public --registry https://registry.npmjs.org
popd
done