Update publish-to-internal.sh

This commit is contained in:
ls 2023-05-31 19:38:05 +08:00 committed by GitHub
parent ddbb6a1b39
commit aa3ef13110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ for f in $(find ./packages/*/esm -type f -name "*.[tj]s"); do
sed -i '' -e "s/require(\[\'amis/require(\[\'@fex\/amis/g" $f
done
# npm publish --workspaces --registry=http://registry.npm.baidu-int.com --ignore-scripts
npm publish --workspaces --registry=http://registry.npm.baidu-int.com --ignore-scripts
# cd ..
# rm -rf npm
cd ..
rm -rf npm