Skip to content

Commit eb6dacc

Browse files
Update package.json
Co-authored-by: dhairya <[email protected]>
1 parent 4c27436 commit eb6dacc

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
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"lint": "prettier --write **.sol",
2525
"rs:bind": "forge bind --bindings-path ./out/__BINDINGS__ --alloy --skip 'test/**/*.sol'",
26-
"rs:abis": "forge build --out ./out/__FOLDER_ABIS__ --skip 'tests/**/*.sol' --extra-output-files abi && rm -rf ./out/__ABIS__ && mkdir -p ./out/__ABIS__ && find ./out/__FOLDER_ABIS__ -name '*.abi.json' -exec cp {} ./out/__ABIS__/ \\;",
26+
"rs:abis": "forge build --out ./out/__FOLDER_ABIS__ --skip 'test/**/*.sol' --extra-output-files abi && rm -rf ./out/__ABIS__ && mkdir -p ./out/__ABIS__ && find ./out/__FOLDER_ABIS__ -name '*.abi.json' -exec cp {} ./out/__ABIS__/ \\;",
2727
"rs:generate": "npm run rs:bind && npm run rs:abis"
2828
}
2929
}

0 commit comments

Comments
 (0)