Skip to content

Commit

Permalink
Merge pull request #381 from ensdomains/fix-postinstall
Browse files Browse the repository at this point in the history
don't use bunx in postinstall scripts
  • Loading branch information
talentlessguy committed Aug 24, 2024
2 parents a6139f0 + 2d3d5d3 commit 648216d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pub": "npm publish --access public",
"prepare": "husky install",
"wikiCheck": "bun ./scripts/wikiCheck.ts",
"postinstall": "bunx patch-package"
"postinstall": "patch-package"
},
"files": [
"build",
Expand Down Expand Up @@ -47,7 +47,8 @@
"prettier-plugin-solidity": "^1.0.0-beta.24",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"viem": "^2.12.0"
"viem": "^2.12.0",
"patch-package": "^8.0.0"
},
"dependencies": {
"@ensdomains/buffer": "^0.1.1",
Expand Down

0 comments on commit 648216d

Please sign in to comment.