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 0dc2807 commit 24dbe53Copy full SHA for 24dbe53
packages/devextreme-cli/testing/dev-server.js
@@ -32,9 +32,10 @@ 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', ['.'], {
+ await runCommand('ls', ['./dist/my-app/browser'], {
36
cwd: this.env.appPath,
37
38
+
39
} catch(e) {
40
console.log('-----ERROR in devServer build----->', e);
41
throw new Error(e);
0 commit comments