lint pretty

This commit is contained in:
sbriat
2023-03-30 10:42:38 +02:00
parent 2b2faea5a3
commit 6c41b91f00
7 changed files with 24 additions and 5 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" ]