We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b44e5 commit ccc03fcCopy full SHA for ccc03fc
package.json
@@ -10,7 +10,7 @@
10
"e2e": "ng e2e",
11
"ubl": "npx browserslist@latest --update-db",
12
"demo": "run-s demo.build demo.gh-pages",
13
- "demo.build": "ng build --aot --prod --base-href='./'",
+ "demo.build": "ng build --aot --configuration production --base-href='./'",
14
"demo.gh-pages": "gh-pages -d dist/angular-material-css-vars",
15
"lib": "run-s lib.build copy",
16
"lib.build": "ng build material-css-vars",
@@ -71,4 +71,4 @@
71
"tslint": "~6.1.0",
72
"typescript": "~4.8.0"
73
}
74
-}
+}
0 commit comments