From 402dc8380b147d113dd216463725678dd76841f8 Mon Sep 17 00:00:00 2001 From: t11s Date: Tue, 28 Sep 2021 22:04:40 -0700 Subject: [PATCH] ci: Run solc before update (#22) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f651ba6..db8919f 100644 --- a/Makefile +++ b/Makefile @@ -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