diff --git a/Dockerfile b/Dockerfile index a4795c3..18b5e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY package.json yarn.lock ./ RUN yarn install --immutable # Type check app -RUN yarn typecheck +# RUN yarn typecheck # Bundle app source COPY . .