ant-design-vue/build.sh
tangjinzhou b45d896df4 fix
2018-01-22 17:31:20 +08:00

6 lines
133 B
Bash

#!/usr/bin/env bash
rm -rf dist
mkdir dist
./node_modules/.bin/webpack --config webpack.prod.config.js
cp dist/index.html index.html