Skip to content

Commit 4cf4dfd

Browse files
Update path to builded app
1 parent 8d32424 commit 4cf4dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function prepareSchematics() {
2626

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

0 commit comments

Comments
 (0)