Add eslint and fix eslint errors, other minor improvements
This commit is contained in:
@@ -13,6 +13,7 @@ RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN pnpm exec tsc --build
|
||||
RUN pnpm exec eslint .
|
||||
RUN pnpm --filter frontend exec vite build
|
||||
|
||||
FROM oven/bun:1
|
||||
|
||||
Reference in New Issue
Block a user