fix fime name
parent
8c62140c6a
commit
398511dde5
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
mkdir dist
|
mkdir dist
|
||||||
./node_modules/.bin/webpack --config webpack.prod.config.js
|
./node_modules/.bin/webpack --config webpack.site.config.js
|
||||||
cp dist/index.html index.html
|
cp dist/index.html index.html
|
||||||
|
|
Loading…
Reference in New Issue