mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-02 19:22:40 +00:00
lint pretty --check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user