Show verbose log for npm install for easier debugging.

This commit is contained in:
Anduin Xue
2024-08-01 12:33:08 +00:00
parent 611256987c
commit 40cf9b17a8

View File

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