From 5a54d99e93e654e27720f3802ea09c17e4969904 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Dec 2023 13:05:02 -0800 Subject: ci(earthly): add most used directories last --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 830ffd31..c21818f0 100644 --- a/Earthfile +++ b/Earthfile @@ -66,9 +66,9 @@ deps: source: FROM +deps - COPY src src - COPY static static COPY due_moe_schema.sql due_moe_schema.sql COPY svelte.config.js svelte.config.js COPY tsconfig.json tsconfig.json COPY vite.config.ts vite.config.ts + COPY static static + COPY src src -- cgit v1.2.3