Build service worker for elm-pages build step.

This commit is contained in:
Dillon Kearns 2019-08-14 14:15:14 -07:00
parent 4e1b4a7627
commit 572e3ccb6c

View File

@ -64,6 +64,7 @@ function run() {
develop.start({ routes: contents.routes });
} else {
develop.run({ routes: contents.routes });
buildSW();
}
});
}