mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
6 lines
133 B
Bash
6 lines
133 B
Bash
#!/usr/bin/env bash
|
|
rm -rf dist
|
|
mkdir dist
|
|
./node_modules/.bin/webpack --config webpack.site.config.js
|
|
cp dist/index.html index.html
|