Skip to content

Commit 6a253a8

Browse files
wip. test checking
1 parent 18a4ba5 commit 6a253a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme-cli/testing/nextjs-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = class NextJsServer {
3030
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
3131
cwd: this.env.appPath,
3232
detached: true,
33+
shell: false,
3334
stdio: 'ignore',
3435
}));
3536
}

0 commit comments

Comments
 (0)