diff --git a/Dockerfile b/Dockerfile index ff1c0b5..b7fd9e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 3b4b625..0c4553f 100644 --- a/package.json +++ b/package.json @@ -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 .",