Skip to content

Commit

Permalink
ci(husky): prevent husky failing on staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Oct 10, 2024
1 parent fecd754 commit 6f8b3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
FROM base AS staging-build
COPY package.json package.json
COPY package-lock.json package-lock.json
COPY .husky/install.mjs .husky/install.mjs
RUN npm ci

COPY docs docs
Expand Down

0 comments on commit 6f8b3da

Please sign in to comment.