|
@@ -70,7 +70,7 @@
|
|
"commit": "git-cz",
|
|
"commit": "git-cz",
|
|
"compile": "hardhat compile",
|
|
"compile": "hardhat compile",
|
|
"coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\"",
|
|
"coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\"",
|
|
- "deploy": "hardhat deploy:Greeter --greeting",
|
|
|
|
|
|
+ "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\"",
|
|
"lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .",
|
|
"lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .",
|