We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c27436 commit eb6daccCopy full SHA for eb6dacc
package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"lint": "prettier --write **.sol",
25
"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__/ \\;",
+ "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__/ \\;",
27
"rs:generate": "npm run rs:bind && npm run rs:abis"
28
}
29
0 commit comments