From ce02d29ca3cc742bcb866e5bab3975f4d4700970 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 6 Jun 2021 19:06:24 +0200 Subject: [PATCH] Ensure review environment does not contain a service worker --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index ce33cfd5..775cdcf7 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -24,6 +24,7 @@ jobs: run: | npm ci && \ node ./scripts/set-homepage.js /shlink-web-client/${{ steps.generate_slug.outputs.slug }} && \ + rm src/service-worker.ts && \ npm run build - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.1