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>
|
||||
|
||||
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user