|
@@ -69,7 +69,7 @@
|
|
"clean": "hardhat clean",
|
|
"clean": "hardhat clean",
|
|
"commit": "git-cz",
|
|
"commit": "git-cz",
|
|
"compile": "hardhat compile",
|
|
"compile": "hardhat compile",
|
|
- "coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\"",
|
|
|
|
|
|
+ "coverage": "cross-env CODE_COVERAGE=true hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\"",
|
|
"deploy": "hardhat deploy:Greeter",
|
|
"deploy": "hardhat deploy:Greeter",
|
|
"lint": "yarn run lint:sol && yarn run lint:ts && yarn run prettier:check",
|
|
"lint": "yarn run lint:sol && yarn run lint:ts && yarn run prettier:check",
|
|
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
|
|
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
|