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 189efea commit 0dc2807Copy full SHA for 0dc2807
packages/devextreme-cli/testing/dev-server.js
@@ -32,7 +32,11 @@ module.exports = class DevServer {
32
// https://github.com/facebook/create-react-app/issues/3657
33
env: Object.assign(process.env, { CI: false })
34
});
35
+ await runCommand('ls', ['.'], {
36
+ cwd: this.env.appPath,
37
+ });
38
} catch(e) {
39
+ console.log('-----ERROR in devServer build----->', e);
40
throw new Error(e);
41
}
42
0 commit comments