lint pretty

This commit is contained in:
sbriat
2023-03-30 10:57:22 +02:00
parent c3aab70f19
commit f52792c999
7 changed files with 29 additions and 11 deletions

View File

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