Skip to content

Commit a0ec778

Browse files
committed
修正
1 parent bc905d5 commit a0ec778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"scripts": {
4343
"start": "node index.js",
4444
"build": "webpack --config webpack.config.js",
45-
"heroku-postbuild": "webpack --config webpack.config.js"
45+
"heroku-postbuild": "webpack --config ./config/webpack/production.js"
4646
},
4747
"engines": {
4848
"node": "16.x",

0 commit comments

Comments
 (0)