Skip to content

Commit 87e2aaf

Browse files
committed
only worry about major version for material
1 parent a570b51 commit 87e2aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (flags.has("-lib")) {
5050
if (flags.has("-mat")) {
5151
const extraArgs = flags.has("-noApp") ? `--project=${applicationName}` : "";
5252
runAndCommit(
53-
`npx ng add @angular/material@${minorVersion} --theme=custom ${extraArgs} --interactive=false --skip-confirmation=true`
53+
`npx ng add @angular/material@${majorVersion} --theme=custom ${extraArgs} --interactive=false --skip-confirmation=true`
5454
);
5555
}
5656
if (flags.has("-pwa")) {

0 commit comments

Comments
 (0)