feat: force linting on build

This commit is contained in:
Eli Bosley
2025-01-31 10:54:27 -05:00
parent 2b213619db
commit ad32cffd75
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ WORKDIR /app
# Set app env
ENV NODE_ENV=development
COPY tsconfig.json .eslintrc.ts .npmrc .env.production .env.staging ./
COPY tsconfig.json .eslintrc.ts .prettierrc.cjs .npmrc .env.production .env.staging ./
COPY package.json package-lock.json ./