Skip to content

Commit 4ee748d

Browse files
wip. checking test for nextjs-ts add logs
1 parent 3e7d8ca commit 4ee748d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ module.exports = class DevServer {
1818
await startedPromise.kill();
1919
}
2020

21-
console.log('-----start----->');
21+
console.log('-----start----->', this.env.appPath);
2222

2323
startedPromise = runCommand('npm', ['run', 'start'], {
24-
cwd: this.env.appPath,
25-
// https://github.com/facebook/create-react-app/issues/3657
26-
env: Object.assign(process.env, { CI: false })
24+
cwd: this.env.appPath
2725
});
2826

2927
await webServer.start(this.env.deployPath);

0 commit comments

Comments
 (0)