added scripts in package.json

This commit is contained in:
pradyuman-verma 2021-12-08 13:11:25 +05:30 committed by Ishan Jain
parent 292c333209
commit d018eb0cef

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",