ci: remove useless generate-step

This commit is contained in:
2022-09-01 08:30:32 +02:00
parent 4541300436
commit dad0e64cee
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -7,9 +7,8 @@ RUN yarn install --frozen-lockfile
COPY ./ ./
WORKDIR /build/autopublish-app
RUN yarn run lint && yarn run build
RUN yarn lint && yarn build
#RUN yarn start:ci & yarn wait && yarn test:cypress
RUN yarn run generate
FROM nginx
MAINTAINER Joakim Olsson <joakim@unbound.se>