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 b510e0b commit 88727f7Copy full SHA for 88727f7
packages/devextreme-cli/testing/env.react-ts.js
@@ -14,7 +14,7 @@ const appLayoutPath = path.join(sandboxPath, appName, 'src/Content.tsx');
14
15
exports.engine = 'react-ts';
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 = 'ts';
20
0 commit comments