Skip to content

Commit 1b2dec8

Browse files
author
Jani Anttonen
committed
Let's try this out
1 parent 01e3248 commit 1b2dec8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@vanilladefi/trade-contracts",
3-
"version": "1.1.16",
3+
"version": "1.1.21",
44
"description": "Smart contracts for vanilladefi.com",
55
"main": "./typechain/vanilla_v1.1/index.ts",
66
"scripts": {
7-
"prepare": "npm run compile:sol",
7+
"prepack": "npm run compile:clean:sol",
88
"postinstall": "npm run generate:typechain-wo-test",
99
"test": "npm run generate:test-types && npx hardhat test",
1010
"format:js": "eslint --fix test/ utils/ hardhat/ deploy/",
@@ -20,9 +20,9 @@
2020
"node:test-accounts": "npx hardhat test-accounts",
2121
"coverage:sol": "npx hardhat coverage --testfiles \"test/Trading.test.ts\"",
2222
"generate:typechain-wo-hardhat": "npx typechain --target ethers-v5 --out-dir typechain/vanilla_v1.1 \"./artifacts/contracts/**/+([a-zA-Z0-9_]).json\"",
23-
"generate:univ2-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v2 \"./**/*/@uniswap/v2-periphery/build/I*.json\"",
24-
"generate:univ3-core-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v3_core \"./**/*/@uniswap/v3-core/artifacts/**/*.json\"",
25-
"generate:univ3-periphery-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v3_periphery \"./**/*/@uniswap/v3-periphery/artifacts/**/*.json\"",
23+
"generate:univ2-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v2 \"./**/node_modules/@uniswap/v2-periphery/build/I*.json\"",
24+
"generate:univ3-core-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v3_core \"./**/node_modules/@uniswap/v3-core/artifacts/**/*.json\"",
25+
"generate:univ3-periphery-types": "npx typechain --target ethers-v5 --out-dir typechain/uniswap_v3_periphery \"./**/node_modules/@uniswap/v3-periphery/artifacts/**/*.json\"",
2626
"generate:oz-types": "npx typechain --target ethers-v5 --out-dir typechain/openzeppelin \"./artifacts/@openzeppelin/**/+([a-zA-Z0-9_]).json\"",
2727
"generate:test-types": "npx typechain --target ethers-v5 --out-dir typechain/vanilla_test \"./test/v1-artifacts/**/*.json\"",
2828
"generate:typechain": "npm run generate:typechain-wo-hardhat && npm run generate:univ3-core-types && npm run generate:univ2-types && npm run generate:univ3-periphery-types && npm run generate:test-types && npm run generate:oz-types",

0 commit comments

Comments
 (0)