Skip to content

Commit

Permalink
Update path to builded app
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Nov 26, 2024
1 parent 8d32424 commit 4cf4dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-cli/testing/env.angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function prepareSchematics() {

exports.engine = 'angular';
exports.appPath = appPath;
exports.deployPath = path.join(appPath, 'dist', 'my-app');
exports.deployPath = path.join(appPath, 'dist', 'my-app', 'browser');
// disable optimization due to https://github.com/angular/angular-cli/issues/20760
exports.npmArgs = ['run', 'build', '--', '--configuration', 'development'];
exports.fileExtention = 'ts';
Expand Down

0 comments on commit 4cf4dfd

Please sign in to comment.