eslint goes poof in Docker
This commit is contained in:
@@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm exec tsc --build
|
RUN pnpm exec tsc --build
|
||||||
RUN pnpm exec eslint .
|
#RUN pnpm exec eslint .
|
||||||
RUN pnpm --filter frontend exec vite build
|
RUN pnpm --filter frontend exec vite build
|
||||||
|
|
||||||
FROM oven/bun:1
|
FROM oven/bun:1
|
||||||
|
|||||||
Reference in New Issue
Block a user