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 3ca2a13 commit 6f0817aCopy full SHA for 6f0817a
package.json
@@ -108,7 +108,7 @@
108
},
109
"scripts": {
110
"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'",
+ "compile-external-abi-types": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\"",
112
"compile-v3-contract-types": "typechain --target ethers-v5 --out-dir src/types/v3 \"./node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json\"",
113
"build": "yarn compile-contract-types && react-scripts build",
114
"postinstall": "yarn compile-contract-types",
0 commit comments