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 ea03826 commit 28da0e1Copy full SHA for 28da0e1
packages/devextreme-cli/testing/dev-server.js
@@ -32,7 +32,7 @@ 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', ['./dist/my-app/browser'], {
+ await runCommand('cat', ['./dist/my-app/browser/index.html'], {
36
cwd: this.env.appPath,
37
38
0 commit comments