Skip to content

Commit 6f0817a

Browse files
committed
fix: fix compiling abi types
1 parent 3ca2a13 commit 6f0817a

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
@@ -108,7 +108,7 @@
108108
},
109109
"scripts": {
110110
"compile-contract-types": "yarn compile-external-abi-types && yarn compile-v3-contract-types",
111-
"compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types './src/abis/**/*.json'",
111+
"compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\"",
112112
"compile-v3-contract-types": "typechain --target ethers-v5 --out-dir src/types/v3 \"./node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json\"",
113113
"build": "yarn compile-contract-types && react-scripts build",
114114
"postinstall": "yarn compile-contract-types",

0 commit comments

Comments
 (0)