Skip to content

Commit

Permalink
Revert earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Dec 16, 2024
1 parent 7960894 commit b25025a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions browser/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ all:
BUILD +build
BUILD +test
BUILD +lint
BUILD +lint-package
BUILD +typedoc

deps:
Expand All @@ -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 . .

Expand All @@ -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
Expand Down

0 comments on commit b25025a

Please sign in to comment.