Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarlon authored Oct 11, 2024
1 parent 86f713f commit c9b2820
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,10 @@ bidings:
test:
@go test -p 1 ./... -coverprofile=./coverage.md -v

.PHONY: deploy_token
deploy_token:
$(START_LOG)
@cd contracts && forge script script/DeployVoltToken.s.sol --rpc-url $(RPC_URL) --broadcast --verify --etherscan-api-key $(API_KEY) -vvv
$(END_LOG)

.PHONY: coverage
coverage: test
@go tool cover -html=./coverage.md

.PHONY: docs
docs:
@cd docs && npm run dev
@cd docs && npm run dev

0 comments on commit c9b2820

Please sign in to comment.