Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Sep 22, 2023
1 parent 955e8c6 commit cbf0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cbf0106

Please sign in to comment.