Skip to content

Commit

Permalink
updated makefile to always update contracts npm on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak committed Apr 18, 2024
1 parent 0b7ce12 commit 4fd37ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build:
@cd contracts/ && npm update
@cd ..
@go mod tidy
@go build -v -o ./bin/masa-node ./cmd/masa-node
@go build -v -o ./bin/masa-node-cli ./cmd/masa-node-cli
Expand Down

0 comments on commit 4fd37ee

Please sign in to comment.