diff --git a/app/lib/service/entrypoint/frontend.dart b/app/lib/service/entrypoint/frontend.dart index 3f56fcb5e5..339394c2f7 100644 --- a/app/lib/service/entrypoint/frontend.dart +++ b/app/lib/service/entrypoint/frontend.dart @@ -41,12 +41,11 @@ class DefaultCommand extends Command { } Future _main() async { - await updateLocalBuiltFilesIfNeeded(); - final appHandler = createAppHandler(); - if (envConfig.isRunningLocally) { + await updateLocalBuiltFilesIfNeeded(); await watchForResourceChanges(); } + final appHandler = createAppHandler(); await nameTracker.startTracking(); await announcementBackend.start(); await topPackages.start();