Skip to content

Commit

Permalink
fix: add missing tests in Dockerfile (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleest committed Apr 9, 2021
1 parent 91a0ff5 commit cd6e1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -12,6 +12,7 @@ COPY tsconfig.json tsconfig.json
RUN npm ci

COPY src/ src/
COPY test/ test/
RUN npm run compile
RUN npm prune --production

Expand Down

0 comments on commit cd6e1f6

Please sign in to comment.