mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
support serving local production builds
This commit is contained in:
parent
41200ea28d
commit
9f325a626e
3 changed files with 127 additions and 10 deletions
|
@ -18,4 +18,6 @@ const moveServiceWorkerScript = () => {
|
|||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
moveServiceWorkerScript();
|
||||
if (process.env.CI) {
|
||||
moveServiceWorkerScript();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue