Skip to content

Commit e3d6b2e

Browse files
committed
WIP
Signed-off-by: Matt Rice <[email protected]>
1 parent 6ef3d64 commit e3d6b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "hardhat compile && tsc && rsync -a --include '*/' --include '*.d.ts' --exclude '*' ./typechain ./dist/",
1616
"test": "yarn hardhat test",
1717
"test:report-gas": "REPORT_GAS=true yarn hardhat test",
18-
"test:gas-analytics": "GAS_TEST_ENABLED=true yarn hardhat test ./test/gas-analytics/*"
18+
"test:gas-analytics": "GAS_TEST_ENABLED=true yarn hardhat test ./test/gas-analytics/*",
19+
"prepublish": "yarn build"
1920
},
2021
"dependencies": {
2122
"@defi-wonderland/smock": "^2.0.7",

0 commit comments

Comments
 (0)