From b25025a22b8b4260c2b810d48b84d0aca41fe2fd Mon Sep 17 00:00:00 2001 From: Polle Pas Date: Mon, 16 Dec 2024 11:33:22 +0100 Subject: [PATCH] Revert earthfile --- browser/Earthfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/browser/Earthfile b/browser/Earthfile index fc215e5f..a01800b8 100644 --- a/browser/Earthfile +++ b/browser/Earthfile @@ -7,7 +7,6 @@ all: BUILD +build BUILD +test BUILD +lint - BUILD +lint-package BUILD +typedoc deps: @@ -19,7 +18,6 @@ deps: COPY react/package.json react/. COPY svelte/package.json svelte/. COPY cli/package.json cli/. - COPY create-template/package.json create-template/. RUN pnpm install --frozen-lockfile --shamefully-hoist COPY . . @@ -32,10 +30,6 @@ lint: FROM +deps RUN pnpm run lint -lint-package: - FROM +deps - RUN pnpm run lint-package - build: FROM +deps RUN pnpm run build