You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/scripts/ci-mock-project-build.sh

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