antv-l7/publish.sh

47 lines
364 B
Bash
Raw Normal View History

2021-07-28 18:34:10 +08:00
cd ./packages/
cd ./component/
npm publish
cd ..
cd ./core/
npm publish
cd ..
cd ./l7/
npm publish
cd ..
cd ./layers/
npm publish
cd ..
cd ./map/
npm publish
cd ..
cd ./maps/
npm publish
cd ..
cd ./renderer/
npm publish
cd ..
cd ./scene/
npm publish
cd ..
cd ./source/
npm publish
cd ..
cd ./three/
npm publish
cd ..
cd ./utils/
npm publish
cd ..
cd ..