diff --git a/Earthfile b/Earthfile index 2eed8dc..294021b 100644 --- a/Earthfile +++ b/Earthfile @@ -85,6 +85,7 @@ lint: build: FROM +code + RUN cd apps/focus_flow_flutter && flutter create --platforms=linux --project-name focus_flow_flutter --org com.example --no-pub . RUN cd apps/focus_flow_flutter && flutter build linux --release RUN rm -rf builds \ && mkdir -p builds/focus_flow_linux_x64 \