diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bc6e29..f367880 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - run: npm install - run: npm install -g @angular/cli > /dev/null - - run: ng build --prod + - run: ng build --configuration production # push the /dist folder to your repo - name: Commit changes