diff options
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |