From 4005779c01a5023bde89b417164bba5358cbab0e Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 22 Oct 2020 10:20:14 -0500 Subject: [PATCH] Add build-step to generate service worker config with correct prefix --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b833ea8..634d54b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: - npm i - npm install @ionic/cli - ./node_modules/.bin/ionic build --prod + - ./node_modules/.bin/ngsw-config ./www/ ./ngsw-config.json /i - tar czf build.tar.gz www # =============== RELEASE ===============