We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785efbd commit fe1db94Copy full SHA for fe1db94
packages/devextreme-cli/testing/nextjs-server.js
@@ -11,7 +11,7 @@ module.exports = class NextJsServer {
11
async start() {
12
this.stop();
13
console.log('----RUN START SERVER CMD------>');
14
- ({ proc: this.proc } = await runCommand('npm', ['run', 'start', `-p ${this.port}`], {
+ ({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
15
cwd: this.env.appPath,
16
detached: true
17
}));
0 commit comments