Skip to content

Commit

Permalink
add tests in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Mar 23, 2024
1 parent c7ca982 commit 3fcc317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
# Copy all source files
COPY . ./

# Tests
RUN pnpm test
RUN pnpm test:typecheck

# Build
RUN pnpm build

Expand Down

0 comments on commit 3fcc317

Please sign in to comment.