From cbf0106ce60973d5f5d161eefcf5c9bf3b8cf855 Mon Sep 17 00:00:00 2001 From: Andreas Visagie u21430901 Date: Fri, 22 Sep 2023 22:20:18 +0200 Subject: [PATCH] g --- .github/workflows/firebase_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_prod.yml b/.github/workflows/firebase_prod.yml index c00da5d1..739f17c2 100644 --- a/.github/workflows/firebase_prod.yml +++ b/.github/workflows/firebase_prod.yml @@ -20,7 +20,7 @@ jobs: - name: Remove consolelogs from production site run: | - echo "{{ if(window) { window.console.log = function() {}; } }}" >> ./app/WhereIsThePower/src/main.ts + echo "{{ if(window) { window.console.log = function() {}; } }}" >> app/WhereIsThePower/src/main.ts # - name: update Prod ENV file # run: |