Skip to content

Commit

Permalink
fix: npx for correct rimraf exec access (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Jeston authored Jan 18, 2024
1 parent 929cbbb commit c59eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"postinstall": "rimraf ./node_modules/seaport/foundry.toml",
"postinstall": "npx rimraf ./node_modules/seaport/foundry.toml",
"compile": "hardhat compile",
"build": "tsc",
"test": "hardhat test",
Expand Down

0 comments on commit c59eabf

Please sign in to comment.