Skip to content

Commit

Permalink
ci: Run solc before update (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Sep 29, 2021
1 parent 0b81a54 commit 402dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# (-include to ignore error if it does not exist)
-include .env

install: update npm solc
install: solc update npm

# dapp deps
update:; dapp update
Expand Down

0 comments on commit 402dc83

Please sign in to comment.