Skip to content

Commit

Permalink
fix: fix the isbinaryfile dependency issue on build step
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitchazoule committed Mar 13, 2024
1 parent 75c1263 commit 3ec27ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"oclif": "^2.4.3",
"playwright": "1.30.0"
},
"resolutions": {
"oclif/**/isbinaryfile": "5.0.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.36.0",
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit 3ec27ff

Please sign in to comment.