This commit is contained in:
phaichayon
2026-07-17 00:10:32 +07:00
parent 87ba633b8b
commit fad21b8fea

View File

@@ -22,7 +22,7 @@ ENV HUSKY=0
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm pkg delete scripts.prepare \ RUN npm pkg delete scripts.prepare \
&& npm ci --include=dev --no-audit --no-fund && npm i --include=dev --no-audit --no-fund
# ========================================================= # =========================================================