|
@@ -69,7 +69,7 @@
|
|
|
"clean": "rimraf ./artifacts ./cache ./coverage ./types ./coverage.json && pnpm typechain",
|
|
|
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
|
|
|
"coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && pnpm typechain",
|
|
|
- "deploy": "hardhat deploy:Greeter",
|
|
|
+ "deploy:contracts": "hardhat deploy:Greeter",
|
|
|
"lint": "pnpm lint:sol && pnpm lint:ts && pnpm prettier:check",
|
|
|
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
|
|
|
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
|