|
@@ -65,6 +65,8 @@
|
|
|
"commit": "git-cz",
|
|
|
"compile": "hardhat compile",
|
|
|
"coverage": "hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\"",
|
|
|
+ "deploy": "hardhat run scripts/deploy.ts",
|
|
|
+ "deploy:network": "hardhat run scripts/deploy.ts --network",
|
|
|
"lint": "yarn run lint:sol && yarn run lint:ts && yarn run prettier:list-different",
|
|
|
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
|
|
|
"lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .",
|