mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
Update publish-to-internal.sh
This commit is contained in:
parent
ddbb6a1b39
commit
aa3ef13110
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user