build: Disable Husky hooks in CI/CD workflows and Dockerfile.

This commit is contained in:
abdullahalam123
2026-01-05 19:40:36 +05:30
parent 3d0b829af8
commit 38713ef563
3 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ FROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json ./
COPY vendor ./vendor
RUN npm pkg delete scripts.prepare
ENV HUSKY=0
RUN npm ci
COPY . .