ant-design/scripts/ci-mock-project-build.sh
2023-03-15 10:51:14 +08:00

14 lines
199 B
Bash

# Create a umi project
# clean up
rm -rf ~tmpProj/
# clone project
git clone https://github.com/ant-design/ant-design-pro.git ~tmpProj --depth=1
# install
cd ~tmpProj
tnpm i
# build
npm run build