diff --git a/production.Dockerfile b/production.Dockerfile index 6d43498a5350b..ea40f5337ed91 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -69,7 +69,7 @@ RUN apt-get update && \ # Note: we run the build as a separate action to increase # the cache hit ratio of the layers above. COPY ./plugin-server/src/ ./src/ -RUN pnpm build +RUN pnpm build && pnpm typescript:check # As the plugin-server is now built, let’s keep # only prod dependencies in the node_module folder