Skip to content

Commit 30dc4d1

Browse files
fixes for testing
1 parent 88727f7 commit 30dc4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/env.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const appLayoutPath = path.join(sandboxPath, appName, 'src/Content.jsx');
1414

1515
exports.engine = 'react';
1616
exports.appPath = appPath;
17-
exports.deployPath = path.join(appPath, 'build');
17+
exports.deployPath = path.join(appPath, 'dist');
1818
exports.npmArgs = ['run', 'build'];
1919
exports.fileExtention = 'js';
2020

0 commit comments

Comments
 (0)