File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44coverage *
55gasReporterOutput.json
66typechain
7+ dist
Original file line number Diff line number Diff line change 1313 "lint-fix" : " yarn prettier --write" ,
1414 "prettier" : " prettier ." ,
1515 "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/*" ,
16+ "test" : " hardhat test" ,
17+ "test:report-gas" : " REPORT_GAS=true hardhat test" ,
18+ "test:gas-analytics" : " GAS_TEST_ENABLED=true hardhat test ./test/gas-analytics/*" ,
1919 "prepublish" : " yarn build"
2020 },
2121 "dependencies" : {
You can’t perform that action at this time.
0 commit comments