ant-design/scripts/ci-mock-project-build.sh
二货爱吃白萝卜 eaa08a39fc
chore: add diff report (#41354)
* chore: add diff report

* chore: more
2023-03-21 14:18:43 +08:00

17 lines
238 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
# change directory
cd ~tmpProj
# install dependencies
yarn
# build
yarn run build