ci: remove useless generate-step
This commit is contained in:
+1
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user