Skip to content

Commit 963ce49

Browse files
wip. check ng test
1 parent a48e465 commit 963ce49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/applications/application.angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function runNgCommand(commandArguments, commandOptions, commandConfig) {
4646

4747
const ngCommandArguments = hasNg && !depsVersionTag
4848
? []
49-
: ['-p', `@angular/cli@${depsVersionTag || `v${minCliLtsVersion}-lts`}`, 'ng'];
49+
: ['-p', `@angular/cli@${depsVersionTag || `v${minCliLtsVersion}-lts`}`];
5050

5151
ngCommandArguments.push(...commandArguments);
5252
return runCommand(npmCommandName, ngCommandArguments, commandConfig);

0 commit comments

Comments
 (0)