fix: remove 'dev' mode from test utils build
This commit is contained in:
parent
88dca53ea1
commit
2d0dc4d8ac
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export async function loadFixture(inlineConfig) {
|
|||
let devServer;
|
||||
|
||||
return {
|
||||
build: (opts = {}) => build(config, { mode: 'development', logging, telemetry, ...opts }),
|
||||
build: (opts = {}) => build(config, { logging, telemetry, ...opts }),
|
||||
startDevServer: async (opts = {}) => {
|
||||
devServer = await dev(config, { logging, telemetry, ...opts });
|
||||
config.server.port = devServer.address.port; // update port
|
||||
|
|
Loading…
Add table
Reference in a new issue