Initialize eslint

This commit is contained in:
Matt Rider 2019-01-04 20:12:20 -02:00
parent 3e3065c4a4
commit 40aedb12ee

View File

@ -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