ant-design/scripts/ci-mock-project-build.sh
MadCcc c3e56bc94b
docs: update examples link (#43463)
* docs: update examples link

* chore: code clean
2023-07-10 14:25:07 +08:00

17 lines
271 B
Bash

# Create a umi project
# clean up
rm -rf ~tmpProj/
# clone project
git clone https://github.com/ant-design/ant-design-examples.git ~tmpProj --depth=1
# change directory
cd ~tmpProj/examples/with-nextjs-inline-style
# install dependencies
yarn
# build
yarn run build