Skip to content

Commit

Permalink
🧹 Remove bigint-buffer patch (LayerZero-Labs#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRileySchwarz authored Jul 2, 2024
1 parent 3ec2912 commit 572010d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 251 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ WORKDIR /app

COPY pnpm-*.yaml .npmrc package.json ./

# Get the node_modules patches since we need them for installation
COPY patches/ patches/

RUN \
# Mount pnpm store
--mount=type=cache,id=pnpm-store,target=/pnpm \
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,5 @@
"packageManager": "[email protected]",
"engines": {
"node": ">=18.16.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
15 changes: 0 additions & 15 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 572010d

Please sign in to comment.