aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index f260cbff..05c597fa 100644
--- a/Earthfile
+++ b/Earthfile
@@ -6,6 +6,7 @@ WORKDIR /due
all:
BUILD +lint
+ BUILD +check
BUILD +docker
dev:
@@ -21,6 +22,7 @@ lint:
COPY .prettierignore .prettierignore
COPY .prettierrc .prettierrc
+ RUN bun --bun run lint
RUN bun --bun run check
docker: