Skip to content

Commit ccc03fc

Browse files
committed
build: update release script
1 parent 99b44e5 commit ccc03fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"e2e": "ng e2e",
1111
"ubl": "npx browserslist@latest --update-db",
1212
"demo": "run-s demo.build demo.gh-pages",
13-
"demo.build": "ng build --aot --prod --base-href='./'",
13+
"demo.build": "ng build --aot --configuration production --base-href='./'",
1414
"demo.gh-pages": "gh-pages -d dist/angular-material-css-vars",
1515
"lib": "run-s lib.build copy",
1616
"lib.build": "ng build material-css-vars",
@@ -71,4 +71,4 @@
7171
"tslint": "~6.1.0",
7272
"typescript": "~4.8.0"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)