ant-design/scripts/ci-mock-project-build.sh
二货爱吃白萝卜 649788e49f
chore: ci of build info (#41264)
* chore: ci of build info

* chore: more
2023-03-15 23:04:47 +08:00

14 lines
204 B
Bash

# Create a umi project
# clean up
rm -rf ~tmpProj/
# clone project
git clone https://github.com/ant-design/create-next-app-antd.git ~tmpProj --depth=1
# install
cd ~tmpProj
yarn
# build
yarn run build