diff --git a/Dockerfile b/Dockerfile index 8e06ecbd6..6f5f6ec02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM base as build-and-test RUN yarn install --production=false --frozen-lockfile --non-interactive RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \ && cd .. \ - && yarn run styleguide:build + && yarn run styleguide:build && eslint --init COPY . . RUN yarn run build