support serving local production builds

This commit is contained in:
dwelle 2022-08-20 12:45:14 +02:00
parent 41200ea28d
commit 9f325a626e
3 changed files with 127 additions and 10 deletions

View file

@ -18,4 +18,6 @@ const moveServiceWorkerScript = () => {
// -----------------------------------------------------------------------------
moveServiceWorkerScript();
if (process.env.CI) {
moveServiceWorkerScript();
}