lint pretty

This commit is contained in:
sbriat 2023-03-30 10:32:17 +02:00
parent 6f571e05ca
commit a5a5096598
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ RUN npm run test:unit:ci
RUN npm run lint:check
RUN npm run pretty:check
# Start the server
CMD [ "node", "dist/main.js" ]