ant-design-vue/build.sh

6 lines
133 B
Bash
Raw Normal View History

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