lint pretty --check

This commit is contained in:
sbriat
2023-03-30 10:28:20 +02:00
parent dd557c78f7
commit 6f571e05ca
7 changed files with 30 additions and 14 deletions

View File

@@ -25,5 +25,7 @@ RUN npm run build
# Run unit tests
RUN npm run test:unit:ci
# Start the server
CMD [ "node", "dist/main.js" ]
# ESLint / Prettier
RUN npm run lint:check
RUN npm run pretty:check