Skip to content

Commit c59eabf

Browse files
authored
fix: npx for correct rimraf exec access (#164)
1 parent 929cbbb commit c59eabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist"
1010
],
1111
"scripts": {
12-
"postinstall": "rimraf ./node_modules/seaport/foundry.toml",
12+
"postinstall": "npx rimraf ./node_modules/seaport/foundry.toml",
1313
"compile": "hardhat compile",
1414
"build": "tsc",
1515
"test": "hardhat test",

0 commit comments

Comments
 (0)