Skip to content

Commit 3023634

Browse files
compile-abis work on windows
1 parent d36ce64 commit 3023634

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
@@ -67,7 +67,7 @@
6767
"types": "dist/index.d.ts",
6868
"scripts": {
6969
"clean": "rm -rf dist && rm -rf src/abis/types",
70-
"compile-abis": "typechain --target ethers-v5 --out-dir 'src/abis/types' 'src/abis/**/*.json'",
70+
"compile-abis": "typechain --target ethers-v5 --out-dir \"src/abis/types\" \"src/abis/**/*.json\"",
7171
"prebuild": "yarn clean && yarn compile-abis",
7272
"build": "yarn lint && rollup -c",
7373
"test": "yarn lint && mocha",

0 commit comments

Comments
 (0)