Show verbose log for npm install for easier debugging.
Some checks failed
Continuous Deployment / build-readme-file (push) Has been cancelled
Continuous Deployment / build-docker-image (push) Has been cancelled

This commit is contained in:
Anduin Xue 2024-08-01 12:33:08 +00:00
parent acbd5cdb86
commit eb93c0ba0f
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728

View File

@ -3,7 +3,7 @@
FROM hub.aiursoft.cn/node:21-alpine as lint-env
WORKDIR /app
COPY . .
RUN npm install
RUN npm install --loglevel verbose
RUN npm run build
RUN npm run lint