We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3679ed5 + 1644a94 commit 1cc022fCopy full SHA for 1cc022f
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- run: npm install
23
- run: npm install -g @angular/cli > /dev/null
24
- - run: ng build --prod
+ - run: ng build --configuration production
25
26
# push the /dist folder to your repo
27
- name: Commit changes
0 commit comments