Skip to content

Commit

Permalink
Add safety-net tests for deploy in Dockerfile (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar authored Mar 23, 2024
2 parents c7ca982 + c641e43 commit 2094e05
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 CI=true pnpm test
RUN pnpm test:typecheck --noEmit

# Build
RUN pnpm build

Expand Down

0 comments on commit 2094e05

Please sign in to comment.