Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Oct 31, 2024
1 parent 15ee37e commit 232af8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ init: .env .env.test ## Check the required tools and dependencies
@which lcov > /dev/null || echo "Note: lcov can be installed by running 'sudo apt install lcov'"

.PHONY: clean
clean: ## Clean the artifacts
clean: ## Clean the build artifacts
rm -Rf ./out/* lcov.info* ./report/*

# Copy the .env files if not present
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ make
Available targets:
- make init Check the required tools and dependencies
- make clean Clean the artifacts
- make clean Clean the build artifacts
- make test Run unit tests, locally
- make test-coverage Generate an HTML coverage report under ./report
Expand Down Expand Up @@ -172,10 +172,11 @@ Check the available make targets to simulate and deploy the smart contracts:

- [ ] The deployment process completed with no errors
- [ ] The deployed factory was deployed by the deployment address
- [ ] The reported DAO contract was created by the newly deployed factory
- [ ] The reported contracts have been created created by the newly deployed factory
- [ ] The smart contracts are correctly verified on Etherscan or the corresponding block explorer
- [ ] The output of the latest `deployment-*.log` file corresponds to the console output
- [ ] I have transferred the remaining funds of the deployment wallet to the address that originally funded it
- `make refund`

### Manual from the command line

Expand Down

0 comments on commit 232af8a

Please sign in to comment.