added scripts in package.json

This commit is contained in:
pradyuman-verma 2021-12-08 13:11:25 +05:30
parent 879c95cde7
commit 5e0b581d4a

View File

@ -9,7 +9,9 @@
"check": "node status-checks/huskyCheck.js", "check": "node status-checks/huskyCheck.js",
"check-husky": "node status-checks/huskyCheck.js", "check-husky": "node status-checks/huskyCheck.js",
"deploy": "node scripts/deployConnectorsFromCmd.js", "deploy": "node scripts/deployConnectorsFromCmd.js",
"test:runner": "hardhat run scripts/tests/run-tests.ts" "test:runner": "hardhat run scripts/tests/run-tests.ts",
"typechain": "hardhat typechain",
"compile": "hardhat compile"
}, },
"repository": { "repository": {
"type": "git", "type": "git",