Skip to content

Commit

Permalink
fixes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Mar 6, 2025
1 parent 88727f7 commit 30dc4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-cli/testing/env.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const appLayoutPath = path.join(sandboxPath, appName, 'src/Content.jsx');

exports.engine = 'react';
exports.appPath = appPath;
exports.deployPath = path.join(appPath, 'build');
exports.deployPath = path.join(appPath, 'dist');
exports.npmArgs = ['run', 'build'];
exports.fileExtention = 'js';

Expand Down

0 comments on commit 30dc4d1

Please sign in to comment.