rm eslint for ci
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
FROM node:20-bookworm AS builder
|
FROM node:20-bookworm AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm uninstall @nuxt/eslint @nuxt/eslint-config @nuxtjs/eslint-config-typescript eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin --legacy-peer-deps || true
|
||||||
|
RUN npm install --legacy-peer-deps
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
"eslint-plugin-vue": "9.3.0",
|
"eslint-plugin-vue": "9.3.0",
|
||||||
"espree": "^10.4.0",
|
"espree": "^10.4.0",
|
||||||
"globals": "^16.5.0",
|
"globals": "^16.5.0",
|
||||||
|
"patch-package": "^8.0.1",
|
||||||
"sass-embedded": "^1.93.2",
|
"sass-embedded": "^1.93.2",
|
||||||
"vite-tsconfig-paths": "^5.1.4"
|
"vite-tsconfig-paths": "^5.1.4"
|
||||||
}
|
}
|
||||||
|
|||||||
12818
pnpm-lock.yaml
generated
12818
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user