mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 19:24:30 +01:00
support serving local production builds
This commit is contained in:
@@ -18,4 +18,6 @@ const moveServiceWorkerScript = () => {
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
moveServiceWorkerScript();
|
||||
if (process.env.CI) {
|
||||
moveServiceWorkerScript();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user