Skip to content

Commit 67f065b

Browse files
authored
[frontend] fix frontend build error (#229)
1 parent ad134d5 commit 67f065b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-engine/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "webpack serve --progress --profile --mode development --host localhost --port 3310 --config webpack.dev.js",
88
"start:single": "webpack serve --config webpack.dev.single.js",
99
"start:plugin": "bash ./plugins/plugin.sh && npm run start",
10-
"build:prod": "npm run build:plugin:prod && webpack --mode production --config webpack.prod.js",
11-
"build:single": "npm run build:plugin:single && webpack --mode production --config webpack.prod.single.js",
10+
"build:prod": "webpack --mode production --config webpack.prod.js",
11+
"build:single": "webpack --mode production --config webpack.prod.single.js",
1212
"build:plugin:prod": "bash ./plugins/plugin.sh prod",
1313
"build:plugin:single": "bash ./plugins/plugin.sh prod spa"
1414
},

0 commit comments

Comments
 (0)