Extend bootstrap and fund script
This commit is contained in:
parent
0d6dc78a58
commit
cc6b6de827
@ -15,7 +15,8 @@
|
|||||||
"build:contracts": "hardhat compile --force",
|
"build:contracts": "hardhat compile --force",
|
||||||
"build:json": "node ./scripts/build-json.js",
|
"build:json": "node ./scripts/build-json.js",
|
||||||
"seeds": "hardhat run scripts/seeds.js --network localhost",
|
"seeds": "hardhat run scripts/seeds.js --network localhost",
|
||||||
"bootstrap": "npm run deploy:dao && npm run seeds",
|
"fund": "hardhat fund --network localhost",
|
||||||
|
"bootstrap": "npm run build && npm run deploy:dao && npm run seeds",
|
||||||
"repl": "hardhat console --network localhost",
|
"repl": "hardhat console --network localhost",
|
||||||
"lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"",
|
"lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"",
|
||||||
"lint:contract-tests": "eslint apps/*/test",
|
"lint:contract-tests": "eslint apps/*/test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user