Skip to content

Commit

Permalink
fix(yarn): use centralized yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Jan 20, 2025
1 parent 8b9da0d commit c7814ba
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 1,741 deletions.
203 changes: 0 additions & 203 deletions packages/country-config/yarn.lock

This file was deleted.

1 change: 0 additions & 1 deletion packages/esignet-mock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM node:23.1.0
WORKDIR /usr/src/app

COPY package.json package.json
COPY yarn.lock yarn.lock
RUN yarn install --production --frozen-lockfile
COPY src/ src/

Expand Down
Loading

0 comments on commit c7814ba

Please sign in to comment.