diff --git a/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml b/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml index 64a77fe1..5f872338 100644 --- a/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml +++ b/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml @@ -27,7 +27,7 @@ jobs: run: flutter pub get - name: Build Flutter Web App - run: flutter build web --web-renderer canvaskit -t lib/main.dart + run: flutter build web --release -t lib/main.dart - name: Build And Deploy id: builddeploy diff --git a/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml b/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml index c3a36a5c..0721eeec 100644 --- a/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml +++ b/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml @@ -25,7 +25,7 @@ jobs: run: flutter pub get - name: Build Flutter Web App - run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart + run: flutter build web --release -t lib/main_dev.dart - name: Build And Deploy id: builddeploy diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 20a629a4..f6ef8c91 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -26,4 +26,4 @@ jobs: run: flutter pub get - name: Run Flutter Build - run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart + run: flutter build web --release -t lib/main_dev.dart