Skip to content

Commit 15cac07

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ cache
44
coverage*
55
gasReporterOutput.json
66
typechain
7+
dist

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
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": {

0 commit comments

Comments
 (0)