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>
-1
View File
@@ -10,7 +10,6 @@
"dev": "nuxi dev",
"build": "nuxi generate",
"start": "nuxi preview",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint:prettier": "prettier --check .",