From 3a73604bec0332681e89acca4e4c45baec5d69ae Mon Sep 17 00:00:00 2001 From: lucassouza Date: Thu, 14 May 2020 07:49:41 -0300 Subject: [PATCH 1/2] feat(removed source map from build): removed source map --- .env | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..4f79a0f --- /dev/null +++ b/.env @@ -0,0 +1 @@ +GENERATE_SOURCEMAP=false \ No newline at end of file From f93dd43cf213c60fcb83f4de702a372542e95888 Mon Sep 17 00:00:00 2001 From: Lucas Souza <39599869+lucasdevargassouza@users.noreply.github.com> Date: Mon, 25 May 2020 22:35:41 -0300 Subject: [PATCH 2/2] Update firebase-deploy.yml --- .github/workflows/firebase-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 5b55e5c..7d06578 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -6,7 +6,7 @@ name: Build and deploy to firebase on: push: branches: [ release-alpha ] - + jobs: build: name: Build