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 88727f7 commit 30dc4d1Copy full SHA for 30dc4d1
packages/devextreme-cli/testing/env.react.js
@@ -14,7 +14,7 @@ const appLayoutPath = path.join(sandboxPath, appName, 'src/Content.jsx');
14
15
exports.engine = 'react';
16
exports.appPath = appPath;
17
-exports.deployPath = path.join(appPath, 'build');
+exports.deployPath = path.join(appPath, 'dist');
18
exports.npmArgs = ['run', 'build'];
19
exports.fileExtention = 'js';
20
0 commit comments