ant-design-vue/build.sh

6 lines
133 B
Bash
Raw Permalink Normal View History

2018-01-22 15:47:22 +08:00
#!/usr/bin/env bash
rm -rf dist
mkdir dist
2018-03-19 10:27:03 +08:00
./node_modules/.bin/webpack --config webpack.site.config.js
2018-01-22 15:47:22 +08:00
cp dist/index.html index.html