mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
added scripts in package.json
This commit is contained in:
parent
292c333209
commit
d018eb0cef
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user