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 6ef3d64 commit e3d6b2eCopy full SHA for e3d6b2e
package.json
@@ -15,7 +15,8 @@
15
"build": "hardhat compile && tsc && rsync -a --include '*/' --include '*.d.ts' --exclude '*' ./typechain ./dist/",
16
"test": "yarn hardhat test",
17
"test:report-gas": "REPORT_GAS=true yarn hardhat test",
18
- "test:gas-analytics": "GAS_TEST_ENABLED=true yarn hardhat test ./test/gas-analytics/*"
+ "test:gas-analytics": "GAS_TEST_ENABLED=true yarn hardhat test ./test/gas-analytics/*",
19
+ "prepublish": "yarn build"
20
},
21
"dependencies": {
22
"@defi-wonderland/smock": "^2.0.7",
0 commit comments