Skip to content

Commit

Permalink
temp remove tests, fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanamists committed Mar 9, 2024
1 parent 5015ec5 commit 8338626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1
RUN mv packages/omot-server/.env.prod packages/omot-server/.env
RUN yarn workspace react-tweet-card build;
RUN yarn workspace twitter-data-parser build;
RUN yarn workspace omot-server prisma generate;
RUN yarn workspace omot-server build;

Expand Down
43 changes: 0 additions & 43 deletions packages/twitter-data-parser/src/index.test.ts

This file was deleted.

0 comments on commit 8338626

Please sign in to comment.