diff --git a/package.json b/package.json index 8a79c35..0a1c936 100644 --- a/package.json +++ b/package.json @@ -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",