From 8a438e022af8ee28472136d87303f45b34aeb9ab Mon Sep 17 00:00:00 2001 From: cgewecke Date: Sat, 21 Sep 2019 22:32:41 -0700 Subject: [PATCH] Fix zeppelin CI run --- scripts/run-zeppelin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-zeppelin.sh b/scripts/run-zeppelin.sh index 2bd8583..1af03dd 100755 --- a/scripts/run-zeppelin.sh +++ b/scripts/run-zeppelin.sh @@ -42,4 +42,4 @@ echo ">>>>> yarn add -dev $PR_PATH" yarn add "$PR_PATH" --dev # Track perf -time npx truffle run coverage +time npx truffle run coverage --network development