Build(deps-dev): bump @nuxtjs/eslint-config-typescript from 10.0.0 to 11.0.0 #580

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-nuxtjs-eslint-config-typescript-11.0.0 into master 2022-09-01 07:42:14 +00:00
Showing only changes of commit 059a32c97e - Show all commits
+1 -2
View File
@@ -6,8 +6,7 @@ COPY ./package.json ./yarn.lock ./.snyk ./
RUN yarn install --frozen-lockfile
COPY ./ ./
WORKDIR /build/autopublish-app
RUN yarn lint && yarn build
RUN yarn build && yarn lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM nginx