Skip to content

Commit fe1db94

Browse files
wip. test checking
1 parent 785efbd commit fe1db94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = class NextJsServer {
1111
async start() {
1212
this.stop();
1313
console.log('----RUN START SERVER CMD------>');
14-
({ proc: this.proc } = await runCommand('npm', ['run', 'start', `-p ${this.port}`], {
14+
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
1515
cwd: this.env.appPath,
1616
detached: true
1717
}));

0 commit comments

Comments
 (0)