Skip to content

Commit 0d3ff16

Browse files
committed
fix fime name
1 parent 9c94a69 commit 0d3ff16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22
rm -rf dist
33
mkdir dist
4-
./node_modules/.bin/webpack --config webpack.prod.config.js
4+
./node_modules/.bin/webpack --config webpack.site.config.js
55
cp dist/index.html index.html
File renamed without changes.

0 commit comments

Comments
 (0)