Extend bootstrap and fund script

This commit is contained in:
bumi 2022-05-19 17:51:33 +02:00
parent 0d6dc78a58
commit cc6b6de827

View File

@ -15,7 +15,8 @@
"build:contracts": "hardhat compile --force",
"build:json": "node ./scripts/build-json.js",
"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",
"lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"",
"lint:contract-tests": "eslint apps/*/test",